tiktok_search_suggestions
ActiveTool of io.github.CDCStream/captapi
The autocomplete terms TikTok suggests in its search bar for a seed keyword — the real phrases people search, ranked. Localize by country + language. Costs ~28 credits; cached results are free, failures are never charged.
Parameters schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Seed keyword to expand into autocomplete suggestions, e.g. skincare."
},
"cache": {
"type": "boolean",
"description": "Set true to serve from the 24h response cache. Default false — always fetch fresh data."
},
"limit": {
"type": "integer",
"minimum": 1,
"description": "Upper bound on suggestions to return (1-100, default 20). TikTok surfaces only a limited number of real autocomplete suggestions per keyword, so you'll often get fewer. Billed per result."
},
"country": {
"type": "string",
"description": "Two-letter ISO country code that localizes suggestions to a market, e.g. US, GB, DE. Default US."
},
"language": {
"type": "string",
"description": "Interface language for localized results, e.g. en-US or de-DE. Default en-US."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.CDCStream/captapi
https://github.com/CDCStream/captapi
1/7 registries