Marketplace
Coupang Taiwan logo

Coupang Taiwan API

tw.coupang.com

Coupang Taiwan shopping site - category browse, product search, reviews, and Q&A.

Actions
6
Category
Marketplace
Login
Not required
Output
JSON

Call the Coupang Taiwan API

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

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_tw_coupang_category_navigation_tree",
    "params": {}
  }'

6 actions on tw.coupang.com

Read

  • Category Navigation Tree

    act_tw_coupang_category_navigation_treeread1 credit / call

    Returns the full category navigation tree with category IDs, slugs, and hierarchy.

  • Homepage Feed

    act_tw_coupang_homepage_ssrread1 credit / call

    Returns homepage promotions, category entry points, and featured deals.

  • Product Inquiries

    act_tw_coupang_product_inquiries_qaread2 credits / call

    Returns product Q and A and seller inquiry threads with questions, answers, timestamps, and pagination.

    product_id
    string · required
    page_no
    string
    is_preview
    string
  • Product Review Summaries

    act_tw_coupang_product_review_summariesread1 credit / call

    Returns aggregate review summary with average rating, rating distribution, and review counts.

    product_id
    string · required
    market
    string
  • Related Products Widget

    act_tw_coupang_related_products_widgetread2 credits / call

    Returns related and also-viewed product recommendations with titles, prices, and product IDs.

    product_id
    string · required
    item_id
    string
    vendor_item_id
    string

Write

Write actions change state on tw.coupang.com and run as the account you connect.

  • Homepage Recommendation Feeds

    act_tw_coupang_homepage_recommend_feedswrite2 credits / call

    Returns homepage recommendation feeds with product carousels and personalized listing blocks.

    next_feeds_token
    string

Coupang Taiwan API questions

Is there an API for Coupang Taiwan?
Coupang Taiwan does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for tw.coupang.com. 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 Coupang Taiwan 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 tw.coupang.com changes its markup, Anakin updates the action.
Do I need a Coupang Taiwan account?
No. Every Coupang Taiwan action listed here runs anonymously — no account and no credentials required.
What does the Coupang Taiwan 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