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
| Endpoint | Method | Output | What it returns |
|---|---|---|---|
/plugin/amazon/pdp | GET | JSON | Product detail: ASIN, title, price, ratings, images, variants, technical details |
/plugin/amazon/offer-listing | GET | JSON | All seller offers with prices, shipping, condition |
/plugin/amazon/search | GET | JSON | Search results with rankings and sponsored placement |
/plugin/amazon/ | GET | HTML | Raw 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+geoCodecombination 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.

