TikTok search suggestions — video-culture vocabulary the search engines do not surface.
qstringRequiredSeed text to complete
countnumberOptionalCap the list. Default: everything the upstream returns
/v1/autocomplete:tiktok/autocompleteCompletions for a seed query.qstringrequiredcountnumberoptionalcurl -X GET "https://api.zpi.web.id/v1/autocomplete:tiktok/autocomplete?q=kucing&count=10" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"count": 8,
"items": [
{
"text": "kucing",
"groupId": "3240705525907998029"
},
{
"text": "KUCING LUCU",
"groupId": "2268664385593907840"
},
{
"text": "kucing lucu kucing lucu terbaru 2026 homestay",
"groupId": "3046108270621440140"
},
{
"text": "kucing meong meong",
"groupId": "565904191545475047"
},
{
"text": "kucing oren",
"groupId": "1290971289867481180"
},
{
"text": "KUCING MEONG MEONG CUPLIKAN",
"groupId": "948772630415099724"
},
{
"text": "Kucing Meong Meong Lucu",
"groupId": "3169249122804362108"
},
{
"text": "kucing joget",
"groupId": "255711722976585418"
}
],
"query": "kucing",
"provider": "tiktok"
}/v1/autocomplete:tiktok/expandExpand one seed into the many real queries people type — the seed with every letter, question word and preposition appended, deduplicated.qstringrequiredmodifiersenumoptionallangenumoptionalcountnumberoptionalcurl -X GET "https://api.zpi.web.id/v1/autocomplete:tiktok/expand?q=kucing&modifiers=all&lang=id&count=200" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"seed": "kucing",
"count": 331,
"items": [
{
"via": "alphabet",
"text": "Kucing bengal"
},
{
"via": "alphabet",
"text": "Kucing besar"
},
{
"via": "alphabet",
"text": "kucing bulu"
},
{
"via": "alphabet",
"text": "Kucing Bernyanyi"
},
{
"via": "alphabet",
"text": "kucing bau"
},
{
"via": "alphabet",
"text": "kucing botak"
},
{
"via": "alphabet",
"text": "kucing bisa ngomong"
},
{
"via": "alphabet",
"text": "kucing british shorthair"
}
],
"locale": "id",
"provider": "tiktok",
"modifiers": "all",
"truncated": false,
"variantsTried": 44,
"variantsFailed": 0
}Google's suggestion lists across five surfaces — web, YouTube, Images, local and Scholar. The same endpoint returns a different universe per surface.
TikTok search suggestions — video-culture vocabulary the search engines do not surface.
Amazon search-box suggestions across eight marketplaces — buying intent rather than information intent.
Yandex search suggestions. The index is Russian-centric; other languages return fewer or no completions.
Bing search autocomplete, with relevance scores.
IMDb title and name autocomplete — returns records with ids, years, posters and cast, not just query strings.