Request
string
required
The partial or full search string to get suggestions for (e.g.,
"wireless ear").string
default:"US"
The Amazon marketplace to query. Supported values:
US, UK, CA, DE, FR, IT, ES, AU, IN, MX, BR, JP, PL. Defaults to US.string
Restrict autocomplete suggestions to a specific Amazon category. Pass a category name or ID to focus results (e.g.,
"electronics").Example request
Response
A successful response returnsdata.amazonSearchAutocompleteResults — a flat array of suggestion objects, ordered by Amazon’s relevance ranking.
array
Ordered list of autocomplete suggestion objects.
Example response
Error handling
ThesearchTerm query parameter is required. Sending a request without it returns a 400 error. Requests with an invalid or missing API key return 401.

