Skip to main content
The Amazon plugin turns any Amazon product page or keyword search into structured JSON. It is two endpoints:
  • /marketplace/amazon-product - one product by ASIN or URL: title, brand, price + currency, list price and savings, availability, rating, review count, seller, feature bullets, categories and images.
  • /marketplace/amazon-search - a keyword search: the result cards with ASIN, title, price, rating, review count, a clean product URL and the sponsored / Prime flags.
It runs on the same Amazon-specific path that already serves Amazon requests through our API, so you get the data without touching Amazon’s bot wall, and without a Selling Partner / Product Advertising API account, its approvals or its quotas.
Try it in the dashboard first: app.scrapeunblocker.com/dashboard/plugins. You get a live results view plus a copy-paste snippet.

Prices come back in the right currency

Amazon prices every page in the currency of the delivery location it infers from the visitor’s IP. Scrape amazon.com from a random exit and you get DKK or KRW prices, or a “cannot be shipped” page with no price at all. This plugin solves that for you: proxy_country defaults to the marketplace’s home country (amazon.com -> US, amazon.co.uk -> GB, amazon.de -> DE, …) and the request is routed through our Oxylabs ISP + iProyal ISP pool in that country. So amazon.com returns USD, amazon.de returns EUR, without you configuring anything. Override proxy_country only if you want a different delivery region. The exit that served the call is returned as exitCountry / exitProvider.

Product endpoint

Product response

Search endpoint

Search response

Fetch each result’s full detail through POST /marketplace/amazon-product using its asin. Some cards show no price on the search page (Amazon defers it, or the item only has buying options); those return price: null and are kept in the list rather than dropped.

Supported marketplaces

amazon.com amazon.co.uk amazon.de amazon.fr amazon.it amazon.es amazon.nl amazon.se amazon.pl amazon.com.be amazon.com.tr amazon.ca amazon.com.mx amazon.com.br amazon.co.jp amazon.in amazon.ae amazon.sa amazon.sg amazon.com.au Prices, currency and availability differ per marketplace, so pick the one you actually sell or buy in.

What you can build

  • Price and buy-box monitoring - track a product’s real selling price, list price and discount over time, per marketplace.
  • Competitor and catalog research - pull whole result pages for a keyword, with ratings and review counts as demand signals.
  • Repricing and arbitrage - compare the same ASIN on amazon.de and amazon.com to spot price gaps in the right currencies.
  • Review and rating tracking - watch rating and reviewCount move on the products you care about.

Amazon’s own APIs

Amazon’s Product Advertising API and Selling Partner API both need an approved account, tie you to affiliate or seller programs, and expose a different, restricted subset of catalog data. This plugin needs none of that: it reads the same product and search pages a shopper sees, with your ScrapeUnblocker key and nothing else.

Next steps

Open the plugins

Run an Amazon search and grab the JSON.

Get an API key

Free trial available on the pricing page.