eBay search-box suggestions. The index is English-language.
qstringRequiredSeed text to complete
countnumberOptionalCap the list. Default: everything the upstream returns
/v1/autocomplete:ebay/autocompleteProduct completions for a seed query.qstringrequiredcountnumberoptionalcurl -X GET "https://api.zpi.web.id/v1/autocomplete:ebay/autocomplete?q=cat+tree&count=10" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"count": 10,
"items": [
{
"text": "cat tree tower"
},
{
"text": "cat tree for large cats"
},
{
"text": "cat tree tower for large cats"
},
{
"text": "cat tree tower condo"
},
{
"text": "cat tree tower for large cats unique"
},
{
"text": "cat tree"
},
{
"text": "cat tree condo for large cats"
},
{
"text": "cat tree with litter box enclosure"
}
],
"query": "cat tree",
"provider": "ebay"
}/v1/autocomplete:ebay/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:ebay/expand?q=cat+tree&modifiers=all&lang=en&count=200" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"seed": "cat tree",
"count": 117,
"items": [
{
"via": "alphabet",
"text": "cat tree with litter box enclosure"
},
{
"via": "alphabet",
"text": "cat tree with litter box"
},
{
"via": "alphabet",
"text": "cat tree with 2 wicker beds"
},
{
"via": "alphabet",
"text": "big cat tree"
},
{
"via": "alphabet",
"text": "black cat tree"
},
{
"via": "alphabet",
"text": "cat tree for big cats"
},
{
"via": "alphabet",
"text": "heavy duty cat tree"
},
{
"via": "alphabet",
"text": "door hanging cat tree"
}
],
"locale": "en",
"provider": "ebay",
"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.