Ecosia search suggestions.
qstringRequiredSeed text to complete
langstringOptionalMarket language, two letters
countnumberOptionalCap the list. Default: everything the upstream returns
/v1/autocomplete:ecosia/autocompleteCompletions for a seed query.qstringrequiredlangstringoptionalcountnumberoptionalcurl -X GET "https://api.zpi.web.id/v1/autocomplete:ecosia/autocomplete?q=cara+membuat&lang=id&count=10" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"count": 8,
"items": [
{
"text": "cara membuat daftar isi"
},
{
"text": "cara membuat google form"
},
{
"text": "cara membuat npwp online"
},
{
"text": "cara membuat cv"
},
{
"text": "cara membuat halaman di word"
},
{
"text": "cara membuat daftar pustaka"
},
{
"text": "cara membuat dropdown di excel"
},
{
"text": "cara membuat email baru"
}
],
"query": "cara membuat",
"provider": "ecosia"
}/v1/autocomplete:ecosia/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:ecosia/expand?q=cara+membuat&modifiers=all&lang=id&count=200" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"seed": "cara membuat",
"count": 137,
"items": [
{
"via": "seed",
"text": "cara membuat daftar isi"
},
{
"via": "seed",
"text": "cara membuat google form"
},
{
"via": "seed",
"text": "cara membuat npwp online"
},
{
"via": "seed",
"text": "cara membuat cv"
},
{
"via": "seed",
"text": "cara membuat halaman di word"
},
{
"via": "seed",
"text": "cara membuat daftar pustaka"
},
{
"via": "seed",
"text": "cara membuat dropdown di excel"
},
{
"via": "seed",
"text": "cara membuat email baru"
}
],
"locale": "id",
"provider": "ecosia",
"modifiers": "all",
"truncated": false,
"variantsTried": 44,
"variantsFailed": 24
}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.