TikTok Shop Product API
Fetch TikTok Shop product details (title, price, sales, seller, and ratings) from a product URL.
Provider network
Providers ranked by traffic
Try it
Make your first request
{
"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
}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 30dcurl -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"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| url | string | "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). |
| region | string | Two-letter country code for the proxy location used to access region-specific products (e.g. US, GB, FR). Defaults to US. |
| Response | ||
| data | object | |
| data.currency | string | Populated whenever the provider has data for the entity. |
| data.originalPrice | string | Populated whenever the provider has data for the entity. |
| data.price | string | Populated whenever the provider has data for the entity. |
| data.productId | string | Populated whenever the provider has data for the entity. |
| data.rating | number | |
| data.reviewCount | integer | |
| data.sellerLocation | string | |
| data.sellerName | string | Populated whenever the provider has data for the entity. |
| data.soldCount | integer | |
| data.title | string | Populated whenever the provider has data for the entity. |
| found | boolean | |
| Price | ||
| Price per request | USD | $0.0012 |
| Price /1k req | USD | $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.