zapi.
APISPRICINGDOCSMCP
GitHub
zapi.
APISPRICINGDOCSMCP
GitHub
← Autocomplete
Logo Amazon Autocomplete

Amazon Autocomplete

Amazon search-box suggestions across eight marketplaces — buying intent rather than information intent.

2endpoints201requests

▸ Query parameters

Sent as a URL query string
qstringRequired

Seed text to complete

marketenumOptional

Amazon marketplace. Default us

Values:usukdejpcaausgin
countnumberOptional

Maximum suggestions. Default 10, max 20

Endpoints

Select an endpoint to explore

2

Details

Endpoint metadata

Category
Autocomplete →
Cache TTL
600s
Params
3
Requests
201
Last update
5 hours ago
LLM reference
llms.txt

Full reference

2 endpoints · plain text
GETAutocomplete/v1/autocomplete:amazon/autocompleteProduct completions for a seed query.

Parameters

qstringrequired
Seed text to complete
marketenumoptional
Amazon marketplace. Default us Values: us, uk, de, jp, ca, au, sg, in.
countnumberoptional
Maximum suggestions. Default 10, max 20

Request

curl -X GET "https://api.zpi.web.id/v1/autocomplete:amazon/autocomplete?q=cat&market=us&count=10" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
}
GETExpand/v1/autocomplete:amazon/expandExpand one seed into the many real queries people type — the seed with every letter, question word and preposition appended, deduplicated.

Parameters

qstringrequired
Seed to expand
modifiersenumoptional
Which modifier sets to append. Default all Values: all, alphabet, questions, prepositions, digits.
langenumoptional
Language for the question and preposition sets. Default en Values: id, en.
countnumberoptional
Cap the returned list. Default: every unique result found

Request

curl -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"

Example response

{
  "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
}
▸ Related

More from this category

Logo Google Autocomplete

Google Autocomplete

autocomplete/google

Google's suggestion lists across five surfaces — web, YouTube, Images, local and Scholar. The same endpoint returns a different universe per surface.

1.6K·6·1800s
Logo TikTok Autocomplete

TikTok Autocomplete

autocomplete/tiktok

TikTok search suggestions — video-culture vocabulary the search engines do not surface.

278·2·1800s
Logo Amazon Autocomplete

Amazon Autocomplete

autocomplete/amazon

Amazon search-box suggestions across eight marketplaces — buying intent rather than information intent.

201·2·1800s
Logo Yandex Autocomplete

Yandex Autocomplete

autocomplete/yandex

Yandex search suggestions. The index is Russian-centric; other languages return fewer or no completions.

140·2·1800s
Logo Bing Autocomplete

Bing Autocomplete

autocomplete/bing-autocomplete

Bing search autocomplete, with relevance scores.

201·2·1800s
Logo IMDb Autocomplete

IMDb Autocomplete

autocomplete/imdb-autocomplete

IMDb title and name autocomplete — returns records with ids, years, posters and cast, not just query strings.

92·2·1800s
Major outage
zapi. — Public REST API catalog. No fabricated numbers.
TermsPrivacyAUP© 2026