Amazon
Amazon can be targeted using direct URL, by using the Amazon product ID, or Amazon search bar.
Targets listed below are available with
Advanced
plans. More information aboutCore
solution can be found here
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 |
---|---|---|---|
url | string | ✅ | Amazon page URL. |
parse | boolean | Automatically parse content. May not work on all pages. | |
other... |
amazon_product
Retrieve Amazon listings by supplying Amazon product ID (ASIN) using the query parameter.
Parameter | Type | Required | Description |
---|---|---|---|
query | string | ✅ | Amazon product ASIN. |
parse | boolean | Automatically parse content. | |
autoselect_variant | boolean | To get accurate buybox/pricing data, set this parameter to true (which will append th=1&psc=1 to the URL) | |
other... |
amazon_pricing
Retrieve Amazon pricing results by supplying Amazon product ID (ASIN) using the query parameter.
Parameter | Type | Required | Description |
---|---|---|---|
query | string | ✅ | Amazon product ASIN. |
parse | boolean | Automatically parse content. | |
page_from | number | Search result page. | |
other... |
amazon_questions
Retrieve Amazon questions and answers by supplying Amazon product ID (ASIN) using the query parameter.
Parameter | Type | Required | Description |
---|---|---|---|
query | string | ✅ | Amazon product ASIN. |
parse | boolean | Automatically parses content. | |
other... |
amazon_search
Retrieve Amazon listings by supplying your query to the query parameter.
Parameter | Type | Required | Description |
---|---|---|---|
query | string | ✅ | Search query. |
parse | boolean | Automatically parses content. | |
category | string | The category ID you wish to search in | |
merchant | string | The merchant ID you wish to search in | |
other... |
amazon_sellers
Retrieve Amazon seller page by supplying the 13-character seller ID in the query parameter.
Parameter | Type | Required | Description |
---|---|---|---|
query | string | ✅ | Seller ID. |
parse | boolean | Automatically parses content. | |
other... |
amazon_bestsellers
Retrieve Amazon best seller listings by supplying the category name to the query parameter.
Parameter | Type | Required | Description |
---|---|---|---|
query | string | ✅ | Bestsellers query. |
parse | boolean | Automatically parses content. | |
page_from | number | Page number from which to retrieve results. | |
num_pages | integer ≤ 100 | Number of results to retrieve in each page | |
category | string | The category ID you wish to search in | |
other... |
Updated about 20 hours ago