Catalog/TikTok Shop/Search suggestions
POST

TikTok Shop Search suggestions API

/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.

Category shopRequests / mo 1Routing 1 lane · no failover
Get ~100 free requests

Pricing

One price, in dollars

pay per request · no subscription · fallbacks added as the catalog grows
Request
Gateway request
discovered operation
↓
Router
↓
Providers · 1
↳ One lane serves this endpoint today, so a failed call has nowhere to fail over to. Failed attempts are never billed. Uptime, latency and traffic are measured through the gateway, last 30 days.

Try it

Make your first request

run it free, no key · same shape for every API
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-08-23 · 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, 100.0% of TikTok Shop search suggestions calls through AnyAPI succeeded, with a median response time of 1.3 seconds across 1 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, 100.0% of TikTok Shop search suggestions calls through AnyAPI succeeded, with a median response time of 1.3 seconds across 1 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.

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.

Get ~100 free requests
Works with
Terminal agentsClaude CodeCursorCodexMCP clients