Amazon search-box suggestions across eight marketplaces — buying intent rather than information intent.
qstringRequiredSeed text to complete
marketenumOptionalAmazon marketplace. Default us
usukdejpcaausgincountnumberOptionalMaximum suggestions. Default 10, max 20
/v1/autocomplete:amazon/autocompleteProduct completions for a seed query.qstringrequiredmarketenumoptionalcountnumberoptionalcurl -X GET "https://api.zpi.web.id/v1/autocomplete:amazon/autocomplete?q=cat&market=us&count=10" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"count": 10,
"items": [
{
"text": "cat litter",
"type": "KEYWORD"
},
{
"text": "cat food",
"type": "KEYWORD"
},
{
"text": "cat tree",
"type": "KEYWORD"
},
{
"text": "cat toys",
"type": "KEYWORD"
},
{
"text": "cat water fountain",
"type": "KEYWORD"
},
{
"text": "cat treats",
"type": "KEYWORD"
},
{
"text": "cat litter box",
"type": "KEYWORD"
},
{
"text": "cat carrier",
"type": "KEYWORD"
}
],
"query": "cat",
"market": "us",
"provider": "amazon"
}/v1/autocomplete:amazon/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:amazon/expand?q=cat&modifiers=all&lang=en&count=200" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"seed": "cat",
"count": 260,
"items": [
{
"via": "alphabet",
"text": "cat bed"
},
{
"via": "alphabet",
"text": "cat brush"
},
{
"via": "alphabet",
"text": "cat bowls"
},
{
"via": "alphabet",
"text": "cat backpack"
},
{
"via": "alphabet",
"text": "cat beds for indoor cats"
},
{
"via": "alphabet",
"text": "cat brushes for indoor cats"
},
{
"via": "alphabet",
"text": "cat box"
},
{
"via": "alphabet",
"text": "cat brush for shedding"
}
],
"locale": "en",
"provider": "amazon",
"modifiers": "alphabet",
"truncated": false,
"variantsTried": 27,
"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.