TikTok Shop Search suggestions API
Get TikTok Shop search autocomplete terms for a keyword: the long-tail queries shoppers actually type, for keyword and demand research.
- Category shopRequests / mo 1Routing 1 lane · no failover
Pricing
One price, in dollars
pay per request · no subscription · fallbacks added as the catalog growsTry it
Make your first request
run it free, no key · same shape for every API{
"data": {
"suggestions": [
"example"
]
},
"found": true
}interface TiktokShopSearchSuggestionsResponse {
data: {
suggestions: 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-08-23 · uptime and latency measured over 30dcurl -X POST https://api.getanyapi.com/v1/run/tiktok_shop.search_suggestions \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"country":"US","query":"ashwagandha gummies"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| query | string | "ashwagandha gummies"Seed keyword to expand (e.g. ashwagandha gummies). |
| country | string | "US"Two-letter country code of the TikTok Shop market (e.g. US). |
| language | string | Language tag for the suggestions (e.g. en-US). |
| Response | ||
| data | object | |
| data.suggestions | string[] | Autocomplete terms TikTok Shop suggests for the seed keyword, most relevant first. 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 Search suggestions API
The AnyAPI TikTok Shop Search suggestions API returns TikTok Shop search suggestions data as normalized JSON from one POST call to /v1/run/tiktok_shop.search_suggestions. Get TikTok Shop search autocomplete terms for a keyword: the long-tail queries shoppers actually type, for keyword and demand research. AnyAPI returns one normalized schema whichever source serves it. 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 search suggestions calls through AnyAPI succeeded, with a median response time of 1.3 seconds across 1 measured calls.
More to call
Other TikTok Shop endpoints
Get started
Two ways to start on AnyAPI
Humans fund a USD wallet and pay per request. Agents point a coding agent at one URL and onboard themselves.