TikTok Shop API

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.

POST/v1/run/tiktok_shop.search_suggestions
Uptime
98.32%
30d · 1,074 calls
Requests
1,074
30d · weekly, last 12 wks
Response
1.9s
median · 30d

Pricing

One price, in dollars

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": {
    "suggestions": [
      "example"
    ]
  },
  "found": true
}
Response interface
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-09-16 · uptime and latency measured over 30d
POST /v1/run/tiktok_shop.search_suggestions
curl -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"}'
FieldTypeExample value
Request body
querystring"ashwagandha gummies"Seed keyword to expand (e.g. ashwagandha gummies).
countrystring"US"Two-letter country code of the TikTok Shop market (e.g. US).
languagestringLanguage tag for the suggestions (e.g. en-US).
Response
dataobject
data.suggestionsstring[]Autocomplete terms TikTok Shop suggests for the seed keyword, most relevant first. Populated 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 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, 98.3% of TikTok Shop search suggestions calls through AnyAPI succeeded, with a median response time of 1.9 seconds across 1,074 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.

Get TikTok Shop search autocomplete terms for a keyword: the long-tail queries shoppers actually type, for keyword and demand research. 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, 98.3% of TikTok Shop search suggestions calls through AnyAPI succeeded, with a median response time of 1.9 seconds across 1,074 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.