Marketplace
Tiki Vietnam logo

Tiki Vietnam API

tiki.vn

Vietnamese e-commerce marketplace - product search, categories, pricing, and reviews.

Actions
12
Category
Marketplace
Login
Not required
Output
JSON

Call the Tiki Vietnam API

Submit a task, then poll the job until it settles. This example runs act_tiki_vn_category_detail.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_tiki_vn_category_detail",
    "params": {
      "category_id": "1882"
    }
  }'

12 actions on tiki.vn

Read

  • Category Details

    act_tiki_vn_category_detailread1 credit / call

    Returns category metadata including name, URL key, ancestors, and SEO fields by ID.

    category_id
    string · required
  • Category Navigation

    act_tiki_vn_category_navigationread1 credit / call

    Returns the main navigation menu with top-level category links and shortcuts.

  • Category Product Listing

    act_tiki_vn_category_product_listingread2 credits / call

    Returns a category's products with pagination, brand filters, sorting, and facets.

    category_id
    string · required
    category_slug
    string · required
    page
    integer
    brand
    string
    sort
    string
  • Category Tree

    act_tiki_vn_category_treeread1 credit / call

    Returns child categories under a parent ID with names, URLs, and product counts.

    parent_category_id
    integer
  • Delivery Availability

    act_tiki_vn_delivery_availabilityread1 credit / call

    Returns shipping and delivery availability for a seller SKU.

    spid
    string · required
  • Flash Deals

    act_tiki_vn_flash_dealsread1 credit / call

    Returns flash-sale deals with live special pricing, product cards, and progress.

  • Product Details

    act_tiki_vn_product_detailread1 credit / call

    Returns full product details including pricing, variants, seller, stock, and images by ID.

    product_id
    string · required
  • Product Reviews

    act_tiki_vn_product_reviewsread1 credit / call

    Returns customer reviews, star histogram, and rating metadata for a product SKU.

    product_id
    string · required
    spid
    string · required
    seller_id
    string
  • Search Autocomplete

    act_tiki_vn_search_autocompleteread1 credit / call

    Returns typeahead keyword and seller suggestions for a search query.

    search_query
    string · required
  • Search Results

    act_tiki_vn_search_resultsread2 credits / call

    Returns keyword search products with prices, ratings, badges, and facets, paginated.

    search_query
    string · required
    page
    integer
  • Seller Info

    act_tiki_vn_seller_inforead2 credits / call

    Returns a seller's profile, ratings, follower count, and storefront metadata.

    seller_id
    string · required
    product_id
    string · required
    spid
    string · required
  • Top Deals Listing

    act_tiki_vn_top_deals_listingread1 credit / call

    Returns top deals with prices, badges, quantity sold, and availability.

Tiki Vietnam API questions

Is there an API for Tiki Vietnam?
Tiki Vietnam does not offer a public data API for this, but Anakin Wire provides 12 maintained endpoints for tiki.vn. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Tiki Vietnam data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when tiki.vn changes its markup, Anakin updates the action.
Do I need a Tiki Vietnam account?
No. Every Tiki Vietnam action listed here runs anonymously — no account and no credentials required.
What does the Tiki Vietnam API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Marketplace APIs

All Marketplace sites