Amazon

Amazon can be targeted using direct URL, by using the Amazon product ID, or Amazon search bar. You can also retrieve Amazon reviews, as well as questions and answers about a product.

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.

ParameterTypeRequiredDescription
urlstringAmazon page URL.
parsebooleanAutomatically parse content. May not work on all pages.
other...

amazon_product

Retrieve Amazon listings by supplying Amazon product ID (ASIN) using the query parameter.

ParameterTypeRequiredDescription
querystringAmazon product ASIN.
parsebooleanAutomatically parse content.
other...

amazon_pricing

Retrieve Amazon pricing results by supplying Amazon product ID (ASIN) using the query parameter.

ParameterTypeRequiredDescription
querystringAmazon product ASIN.
parsebooleanAutomatically parse content.
page_fromnumberSearch result page.
other...

amazon_reviews

Retrieve Amazon reviews by supplying Amazon product ID (ASIN) using the query parameter.

ParameterTypeRequiredDescription
querystringAmazon product ASIN.
parsebooleanAutomatically parses content.
page_fromnumberSearch results page.
other...

amazon_questions

Retrieve Amazon questions and answers by supplying Amazon product ID (ASIN) using the query parameter.

ParameterTypeRequiredDescription
querystringAmazon product ASIN.
parsebooleanAutomatically parses content.
other...

amazon_search

Retrieve Amazon listings by supplying your query to the query parameter.

ParameterTypeRequiredDescription
querystringSearch query.
parsebooleanAutomatically parses content.
other...

amazon_sellers

Retrieve Amazon seller page by supplying the 13-character seller ID in the query parameter.

ParameterTypeRequiredDescription
querystringSeller ID.
parsebooleanAutomatically parses content.
other...

amazon_bestsellers

Retrieve Amazon best seller listings by supplying the category name to the query parameter.

ParameterTypeRequiredDescription
querystringBestsellers query.
parsebooleanAutomatically parses content.
page_fromnumberPage number from which to retrieve results.
other...