Bing search autocomplete, with relevance scores.
qstringRequiredSeed text to complete
countnumberOptionalCap the list. Default: everything the upstream returns
/v1/autocomplete:bing-autocomplete/autocompleteCompletions for a seed query.qstringrequiredcountnumberoptionalcurl -X GET "https://api.zpi.web.id/v1/autocomplete:bing-autocomplete/autocomplete?q=cara+membuat&count=10" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"count": 12,
"items": [
{
"text": "cara membuat daftar isi",
"relevance": 1300
},
{
"text": "cara membuat google form",
"relevance": 1299
},
{
"text": "cara membuat npwp online",
"relevance": 1298
},
{
"text": "cara membuat cv",
"relevance": 1297
},
{
"text": "cara membuat halaman di word",
"relevance": 1296
},
{
"text": "cara membuat daftar pustaka",
"relevance": 1295
},
{
"text": "cara membuat dropdown di excel",
"relevance": 1294
},
{
"text": "cara membuat email baru",
"relevance": 1293
}
],
"query": "cara membuat",
"provider": "bing"
}/v1/autocomplete:bing-autocomplete/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:bing-autocomplete/expand?q=cara+membuat&modifiers=all&lang=id&count=200" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"seed": "cara membuat",
"count": 421,
"items": [
{
"via": "alphabet",
"text": "cara membuat cv"
},
{
"via": "alphabet",
"text": "cara membuat cv yang menarik"
},
{
"via": "alphabet",
"text": "cara membuat cv lamaran kerja"
},
{
"via": "alphabet",
"text": "cara membuat checklist di excel"
},
{
"via": "alphabet",
"text": "cara membuat cv ats"
},
{
"via": "alphabet",
"text": "cara membuat cover di word"
},
{
"via": "alphabet",
"text": "cara membuat centang di word"
},
{
"via": "alphabet",
"text": "cara membuat ceklis di word"
}
],
"locale": "id",
"provider": "bing",
"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.