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 scrape Amazon target with Coreplans 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.

❗️

Amazon_reviews target is no longer available

  • The amazon_review is no longer available due to data only being accessible for logged-in users. You can still retrieve top customer reviews using the amazon_product target.

Here is the list of available Amazon templates. You can find more details about each template on the page below.

Template (target)ParserInput
amazonFor specific URLsURL
amazon_productquery
amazon_pricingquery
amazon_searchquery
amazon_sellersquery
amazon_bestsellersquery

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.
autoselect_variantbooleanTo 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.

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

amazon_search

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

ParameterTypeRequiredDescription
querystringSearch query.
parsebooleanAutomatically parses content.
categorystringThe category ID you wish to search in
merchantstringThe 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.

ParameterTypeRequiredDescription
querystringSeller ID.
parsebooleanAutomatically 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. Multi-word queries must be hyphen-separated, use "-" instead of spaces (i.e. mobile-apps) Also browse node ID can be used (i.e. 322266011)

parse

boolean

Automatically parses content.

page_from

number

Page number from which to retrieve results.

limit

integer ≤ 100

Number of results to retrieve in each page

category

string

The category ID you wish to search in

other...


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].

Feedback

Something's missing? Request an article!
Got feedback? Let us know how we're doing and what can be improved.