Amazon
Web Scraping API Amazon Target
Amazon can be targeted using direct URL, by using the Amazon product ID, or Amazon search bar.
Specific targets listed below are available with
Advanced
plans.
You can scrapeAmazon
target withCore
plans as well by providing page URL (it does not support parsing or target specific parameters). Both solutions can be tested in the Playground in Dashboard.Read more about
Core
solution here.
Here is the list of available Amazon templates. You can find more details about each template on the page below.
Template (target) | Parser | Input |
---|---|---|
amazon | For specific URLs | URL |
amazon_product | ✅ | query |
amazon_pricing | ✅ | query |
amazon_reviews | ✅ | query |
amazon_search | ✅ | query |
amazon_sellers | ✅ | query |
amazon_bestsellers | ✅ | query |
amazon
Retrieve Amazon listings by supplying a full Amazon URL to the url parameter. In this case, additional parameters can be specified in the URL itself.
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | Amazon page URL. |
| boolean | Automatically parse content. May not work on all pages. | |
amazon_product
Retrieve Amazon listings by supplying Amazon product ID (ASIN) using the query parameter.
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | Amazon product ASIN. |
| boolean | Automatically parse content. | |
| boolean | To get accurate buybox/pricing data, set this parameter to true (which will append th=1&psc=1 to the URL) | |
amazon_pricing
Retrieve Amazon pricing results by supplying Amazon product ID (ASIN) using the query parameter.
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | Amazon product ASIN. |
| boolean | Automatically parse content. | |
| number | Search result page. | |
amazon_reviews
Retrieve Amazon reviews by supplying Amazon product ID (ASIN) using the query parameter.
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | Amazon product ASIN. |
| boolean | Automatically parses content. | |
| number | Search results page. | |
| string | Sort reviews by recent or top . | |
amazon_search
Retrieve Amazon listings by supplying your query to the query parameter.
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | Search query. |
| boolean | Automatically parses content. | |
| string | The category ID you wish to search in | |
| string | The merchant ID you wish to search in | |
amazon_sellers
Retrieve Amazon seller page by supplying the 13-character seller ID in the query parameter.
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | Seller ID. |
| boolean | Automatically parses content. | |
amazon_bestsellers
Retrieve Amazon best seller listings by supplying the category name to the query parameter.
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | Bestsellers query. |
| boolean | Automatically parses content. | |
| number | Page number from which to retrieve results. | |
| integer | Number of results to retrieve in each page | |
| string | The category ID you wish to search in | |
Support
Still can't find an answer? Want to say hi? We take pride in our 24/7 customer support. Alternatively, you can reach us via our support email at [email protected].
Updated about 24 hours ago