Core APIs
...
Amazon
Core Requests

Search

3min

Amazon Search Parameters

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.

Amazon Search Results
Amazon Search Results


For example, to request Amazon search results for the keyword playing cards on amazon.com , the request would be:

HTTP
Curl
Node.js
Python
PHP



Amazon Search Parameters

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

Updated 15 Aug 2024
Did this page help you?