logo
featureamazon-api

Structured product, search, and review data for Amazon

A dedicated Amazon endpoint returns parsed product details, search results, and reviews without writing parsers.

The Amazon Scraper API is generally available. One credit per successful request, structured JSON out, no anti-bot setup.

Endpoints

EndpointMethodOutputWhat it returns
/plugin/amazon/pdpGETJSONProduct detail: ASIN, title, price, ratings, images, variants, technical details
/plugin/amazon/offer-listingGETJSONAll seller offers with prices, shipping, condition
/plugin/amazon/searchGETJSONSearch results with rankings and sponsored placement
/plugin/amazon/GETHTMLRaw HTML from any Amazon URL with geo-targeting

Why a dedicated API

  • Structured output — no HTML parsers to maintain as Amazon's markup changes.
  • ZIP code geo-targeting — pin requests to a specific ZIP to capture localized pricing, stock, and shipping windows. Sessions are maintained per zipcode + geoCode combination automatically.
  • 21 marketplaces — US, UK, DE, JP, and the rest of the international Amazon storefronts, all with the same endpoint shape.
  • Language selection — request pages in any language a marketplace supports.
  • Anti-bot handled — CAPTCHAs and blocks are managed automatically; you don't see them.

Bulk runs

For large catalogues, every endpoint is also available through the Async API with plugins so you can submit thousands of ASINs and poll for results.

See the Amazon Scraper API documentation to get started.

On this page