TikTok Shop
Search / Products / Showcase
per_call
Search TikTok Shop by keyword or category for products with price, rating, sold count and shop reference, and pull the product showcase a creator lists on their profile. Built for social-commerce and affiliate-opportunity research.
Endpoint
GET /v1/tiktok-shop/search-products-showcase
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/search-products-showcase?target=nasa" \
-H "X-API-Key: $FASTFETCHZ_KEY"Example response
200 application/json
{
"success": true,
"service": {
"platform": "TikTok Shop",
"name": "Search / Products / Showcase",
"slug": "search-products-showcase"
},
"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.