API Parameters
Customise the response from the Amazon API by adding parameters to your request.
IMPORTANT! The engine
parameter should always be set to amazon
!
The Amazon API is a powerful Amazon scraping tool, made easy to use. Basically, in order to scrape Amazon, all you have to do is send a GET request to our official endpoint, followed by the parameters you chose to customise your request.
The Amazon API uses general parameters (applicable to any search type) and search type specific parameters (applicable to specific search types only). We will cover the search type specific parameters in each search category.
Here is the full list of the general parameters:
Parameter | Type | Description |
---|---|---|
|
| Specify your unique API access key to authenticate with the API. Your API access key can be found in your account dashboard. |
|
| The engine of the API. Needs to be set to |
|
| The Amazon API uses search types in order to return categorised results. |
|
| Represents the domain from amazon that you want to use for your search. (Supported domains) |
|
| The zipcode you want to use for your amazon search. |
|
| The language you want to use for your amazon search. |
|
| The country you want to use for your amazon search. |
|
| Have the scraper perform a full scroll of the page. Set to |
|
| Wait until the bottom carousel is available in DOM, before returning the result. Set to |
|
| Waiting time after the page was loaded before scraping. Measured in |
|
| Simulate default delivery location based on proxy location. Supported options: |
|
| Specify which page Amazon should return |
Last updated