Documentation Index
Fetch the complete documentation index at: https://docs.scrapebadger.com/llms.txt
Use this file to discover all available pages before exploring further.
Amazon Scraper API
Search products, fetch full product detail, list offers and reviews, pull bestsellers, new releases, and deals, and retrieve seller storefronts from Amazon — the world’s largest online marketplace. The API handles authentication, anti-bot bypass, and marketplace routing automatically.Key Features
20 Marketplaces
Access all major Amazon marketplaces including US, UK, DE, FR, IT, ES, JP, CA, IN, AU, and more.
Anti-Bot Bypass
Automatic AWS WAF bypass via Chrome TLS impersonation, fresh residential sessions, and origin warmup.
Rich Product Data
Variants, badges, buybox, best-seller ranks, A+ content, specs, and frequently-bought-together.
Structured Data
Clean JSON responses with normalized prices, ratings, reviews, offers, and seller feedback.
Country Proxies
Requests are routed through residential proxies matching the target marketplace for accurate pricing.
SDK Support
First-class support via the ScrapeBadger Node.js and Python SDKs.
Supported Marketplaces
Amazon operates across 20 country domains. Use thedomain query parameter to target a specific one.
| Market | Domain | Market | Domain |
|---|---|---|---|
:us: com | amazon.com | :gb: co.uk | amazon.co.uk |
:de: de | amazon.de | :fr: fr | amazon.fr |
:it: it | amazon.it | :es: es | amazon.es |
:netherlands: nl | amazon.nl | :sweden: se | amazon.se |
:poland: pl | amazon.pl | :canada: ca | amazon.ca |
:mexico: com.mx | amazon.com.mx | :brazil: com.br | amazon.com.br |
:japan: co.jp | amazon.co.jp | :india: in | amazon.in |
:australia: com.au | amazon.com.au | :singapore: sg | amazon.sg |
:united_arab_emirates: ae | amazon.ae | :saudi_arabia: sa | amazon.sa |
:tr: com.tr | amazon.com.tr | :egypt: eg | amazon.eg |
Quick Start
Endpoints
| Endpoint | Method | Description |
|---|---|---|
/v1/amazon/search | GET | Search the Amazon catalog with filters and sorting |
/v1/amazon/autocomplete | GET | Keyword autocomplete suggestions |
/v1/amazon/products/{asin} | GET | Full product detail by ASIN |
/v1/amazon/products/{asin}/offers | GET | All seller offers, including the Buy Box winner |
/v1/amazon/products/{asin}/reviews | GET | Customer reviews with filters |
/v1/amazon/bestsellers | GET | Top-selling products by category |
/v1/amazon/new-releases | GET | Newly released products by category |
/v1/amazon/deals | GET | Current deals and lightning deals |
/v1/amazon/category | GET | List products within a browse-node category |
/v1/amazon/sellers/{seller_id} | GET | Seller profile and feedback summary |
/v1/amazon/sellers/{seller_id}/products | GET | Seller storefront listings |
/v1/amazon/sellers/{seller_id}/feedback | GET | Buyer feedback entries for a seller |
/v1/amazon/markets | GET | List all supported marketplaces |
/v1/amazon/categories | GET | List department/category aliases |
Credit Costs
| Endpoint | Cost |
|---|---|
| Search products | 5 credits |
| Get product detail | 10 credits |
| Get offers | 8 credits |
| Get reviews | 10 credits |
| Bestsellers | 5 credits |
| New releases | 5 credits |
| Deals | 5 credits |
| Browse category | 5 credits |
| Get seller | 3 credits |
| Seller products | 5 credits |
| Seller feedback | 3 credits |
| Autocomplete | 1 credit |
| List markets | 0 credits |
| List categories | 0 credits |
| Failed requests | 0 credits |
Authentication
All requests require your API key in theX-API-Key header:
Anti-Bot Handling
Amazon protects its catalog with AWS WAF, IP-reputation scoring, and TLS/HTTP-2 fingerprinting. ScrapeBadger clears these automatically using Chrome TLS impersonation on fresh residential sessions matched to the target marketplace, plus an origin-warmup step that seeds a clean WAF-passing session before guarded endpoints (offers, autocomplete) are fetched. You never need to manage proxies, sessions, or CAPTCHAs.For accurate pricing and availability, requests are routed through residential proxies in the marketplace’s country. This is handled automatically based on the
domain parameter.Next Steps
Search Products
Full API reference for searching the Amazon catalog
Get Product Detail
Retrieve full product detail for a specific ASIN

