TikTok Shop API

TikTok Shop Product API

Fetch TikTok Shop product details (title, price, sales, seller, and ratings) from a product URL.

POST/v1/run/tiktok_shop.product
Uptime
100.00%
30d · 8 calls
Requests
8
30d · weekly, last 12 wks
Response
2.0s
median · 30d

Provider network

Providers ranked by traffic

Try it

Make your first request

Open in
Get a free key
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
  "data": {
    "currency": "USD",
    "originalPrice": "19.99",
    "price": "19.99",
    "productId": "a1b2c3d4",
    "rating": 4.6,
    "reviewCount": 12500,
    "sellerLocation": "example",
    "sellerName": "Example title",
    "soldCount": 12500,
    "title": "Example title"
  },
  "found": true
}
Response interface
interface TiktokShopProductResponse {
  data: {
    currency: string;
    originalPrice: string;
    price: string;
    productId: string;
    rating: number;
    reviewCount: number;
    sellerLocation: string;
    sellerName: string;
    soldCount: number;
    title: string;
  } | null;
  found: boolean;
}

Full parameter and response reference - every field, type, and example for this endpoint.

Reference

Request, response, and price

Last verified 2026-09-16 · uptime and latency measured over 30d
POST /v1/run/tiktok_shop.product
curl -X POST https://api.getanyapi.com/v1/run/tiktok_shop.product \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://www.tiktok.com/shop/pdp/goli-ashwagandha-gummies-with-vitamin-d-ksm-66-vegan-non-gmo/1729587769570529799"}'
FieldTypeExample value
Request body
urlstring"https://www.tiktok.com/shop/pdp/goli-ashwagandha-gummies-with-vitamin-d-ksm-66-vegan-non-gmo/1729587769570529799"TikTok Shop product detail page URL (e.g. https://www.tiktok.com/shop/pdp/.../1729587769570529799).
regionstringTwo-letter country code for the proxy location used to access region-specific products (e.g. US, GB, FR). Defaults to US.
Response
dataobject
data.currencystringPopulated whenever the provider has data for the entity.
data.originalPricestringPopulated whenever the provider has data for the entity.
data.pricestringPopulated whenever the provider has data for the entity.
data.productIdstringPopulated whenever the provider has data for the entity.
data.ratingnumber
data.reviewCountinteger
data.sellerLocationstring
data.sellerNamestringPopulated whenever the provider has data for the entity.
data.soldCountinteger
data.titlestringPopulated whenever the provider has data for the entity.
foundboolean
Price
Price per requestUSD$0.0012
Price /1k reqUSD$1.20

FAQ

About the TikTok Shop Product API

The AnyAPI TikTok Shop Product API returns TikTok Shop product data as normalized JSON from one POST call to /v1/run/tiktok_shop.product. Fetch TikTok Shop product details (title, price, sales, seller, and ratings) from a product URL. AnyAPI routes each request across 2 sources and falls back automatically when one fails. It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of TikTok Shop product calls through AnyAPI succeeded, with a median response time of 2.0 seconds across 8 measured calls.

It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.

Fetch TikTok Shop product details (title, price, sales, seller, and ratings) from a product URL. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.

Over the last 30 days, 100.0% of TikTok Shop product calls through AnyAPI succeeded, with a median response time of 2.0 seconds across 8 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.