Search
GET /search?engine=amazon
The Amazon Search Parameters are applicable when making a request with engine=amazon to retrieve Amazon search results for a given search term. The search term is specified in the q parameter and the optional amazon_domain parameter can be used to specify the Amazon domain used for the request. A full list of supported Amazon domains can be found here.
For example, to request Amazon search results for the keyword playing cards on amazon.com , the request would be:
The following parameters are available for all requests made when engine=amazon .
Parameter | Required | Description |
---|---|---|
engine | required | Should be set to engine=amazon . |
q | required | The keyword you want to use to perform the search. |
amazon_domain | optional | The Amazon domain to retrieve search results from. For a full list of supported Amazon domains see Supported Amazon Domains . |
page | optional | Determines the page of results to return, defaults to 1 . |
max_page | optional | Use the max_page parameter to get multiple pages of results in one request. The API will automatically paginate through pages and concatenate the results into one response. See the Pagination docs for more information. |
Next Steps Amazon Search Results