TikTok Shop
Product / Product Reviews
per_call
Fetches a product's title, images, variants and prices, shipping information, sold count, rating summary and shop details, and pages through customer reviews with rating, text, images and date. Use it for demand validation and listing optimization.
Endpoint
GET /v1/tiktok-shop/product-product-reviews
Price
$1.50
per 1,000 calls · $0.0015 per call
Cost per call
1 credit
Failed calls never charged
Parameters
target
required
stringThe TikTok Shop handle, URL or identifier to resolve.
limit
optional
integerItems to return for list responses. Default 10, max 100.
cursor
optional
stringPagination cursor returned by a previous response.
Example request
Sandbox calls return deterministic sample data in the live payload shape.
curl
curl "https://api.fastfetchz.com/v1/tiktok-shop/product-product-reviews?target=nasa" \
-H "X-API-Key: $FASTFETCHZ_KEY"Example response
200 application/json
{
"success": true,
"service": {
"platform": "TikTok Shop",
"name": "Product / Product Reviews",
"slug": "product-product-reviews"
},
"credits_charged": 1,
"credits_remaining": 99,
"latency_ms": 214,
"data": {
"query": "nasa",
"products": [
{
"id": "SKU-193272",
"title": "Sandbox product 1 for \"nasa\"",
"brand": "Brand 32",
"price": {
"amount": 81.99,
"currency": "USD"
},
"rating": 4.7,
"reviews_count": 1272,
"url": "https://example.com/tiktok-shop/product/193272",
"in_stock": true
},
{
"id": "SKU-170891",
"title": "Sandbox product 2 for \"nasa\"",
"brand": "Brand 11",
"price": {
"amount": 100.99,
"currency": "USD"
},
"rating": 4.6,
"reviews_count": 2891,
"url": "https://example.com/tiktok-shop/product/170891",
"in_stock": true
}
]
}
}Error codes
StatusCodeMeaning
401invalid_api_keyMissing or unrecognized X-API-Key header. No credits are charged.
402insufficient_creditsYour balance is below the cost of the call. Top up to continue.
403account_suspended / key_revokedThe account is suspended or the key was revoked.
429rate_limitedThe key exceeded its monthly cap or the burst limit. Retry later.
500upstream_errorUnexpected failure while fulfilling the request. Not charged.