Amazon Scraper API
Simple Amazon Scraper API that just works. Scrape Amazon products, prices and search results at scale. Monthly plans from $19, or PAYG top-up at $0.90 per 1,000 requests available on any plan.
{
"asin": "B08N5KWBKK",
"title": "Apple MacBook Air Laptop: M2 chip...",
"brand": "Apple",
"price": 999,
"currency": "USD",
"rating": 4.8,
"reviews_count": 18420,
"stock": "In Stock",
"is_prime": true,
"image_url": "https://m.media-amazon.com/images/I/...",
"last_updated": "2026-04-23T20:00:00Z"
} info Shortened for the live demo. The real API returns 55+ fields per ASIN - full bullet points, description, variations, buybox seller, rating histogram, category ladder, top reviews, and more. See all fields.
How Amazon Scraper API Works?
Get the data you need in three simple steps without worrying about infrastructure.
Send Request
Send a simple GET or POST request with your target Amazon URL and your API key.
Automatic Handling
We automatically handle residential proxy rotation, CAPTCHAs, and failed request retries.
Get JSON Data
Receive structured JSON data ready for your application or database integration.
Why Developers Use Amazon Scraper API?
Engineered for reliability, speed, and seamless integration.
Fast at the tail
Median 2.6 s, p95 6 s, p99 ~10 s. Multi-tier retry through datacenter, residential, and premium pools keeps latency predictable even when Amazon is actively fighting back.
Field-accurate extraction
When a scrape returns 2xx, the fields match the live product page - we regression-test every extractor change against a 100-ASIN golden set. Country-matched residential proxies handle Amazon's anti-bot reliably. Structured JSON with 55+ fields, typed across all 20 marketplaces.
Drop-in REST API
Standard HTTP + JSON. Official SDKs shipped for Node.js (npm install amazon-scraper-api-sdk), Python (pip install amazonscraperapi-sdk), and Go. CLI + MCP server for AI agents also available. Copy-paste snippets for cURL, Ruby, PHP, Java, and C# in the dashboard.
Amazon Scraper API Output Examples
Stop parsing messy HTML. Get clean, structured data for products, reviews, and search results instantly.
- check_circle Full Product Metadata
- check_circle Live Pricing & Inventory
- check_circle High-Res Image URLs
- check_circle Ratings & Top Reviews
{
"asin": "B09HN3Q81F",
"title": "LEGEND COOKWARE 5-Ply Stainless Steel Cookware Set...",
"brand": "LEGEND COOKWARE",
"price": 499.99,
"price_buybox": 499.99,
"currency": "USD",
"rating": 4.6,
"reviews_count": 813,
"stock": "In Stock",
"is_prime": true,
"bullet_points": "5-PLY STAINLESS STEEL...",
"images": ["https://m.media-amazon.com/...", ...],
"buybox": { ... },
"variations": [...],
"category": [...],
// + 40 more fields (top reviews, rating histogram,
// category ladder, shipping, seller details, ...)
} Real successful scrape of a live Amazon ASIN. 55+ fields, ~29 KB.
download Download full JSONPlans for every scale
Monthly plans from $19 with included credits, scaling to Custom levels from $100 to $2,000. 1,000 free requests on signup - no credit card required.
Free
Forever free on signup
- check_circle1,000 requests / month
- check_circle10 concurrent requests
- check_circleAll 20 marketplaces
- check_circleFull dashboard + analytics
- check_circleTop-up at $0.90 / 1k
- check_circleCommunity support
Vibe
$0.70 / 1k effective
- check_circle27,000 requests / month
- check_circle30 concurrent requests
- check_circleAll endpoints + content-language
- check_circleCountry-matched residential IPs
- check_circlePer-API-key usage tracking
- check_circleTop-up at $0.90 / 1k
- check_circleEmail support (1 business day)
Pro
$0.60 / 1k effective
- check_circle82,000 requests / month
- check_circle50 concurrent requests
- check_circlePriority routing queue
- check_circleCountry-matched residential IPs
- check_circleTeam seats (up to 5)
- check_circleTop-up at $0.90 / 1k
- check_circleEmail + chat support
Custom
Flat $0.50 / 1k effective at every level
- check_circle200k - 4M+ requests / month
- check_circle100-500+ concurrent requests
- check_circlePriority queue (highest)
- check_circlePremium proxy pool + SLA on request
- check_circleUnlimited team seats
- check_circleWire / invoice / annual PO
- check_circleDedicated Slack channel
Pay-as-you-go top-up
$0.90 / 1,000 successful requests
Available on every plan including Free. Top up any time when included credits run out. Only 2xx responses charged. Balance never expires.
Frequently Asked Questions
What is the Amazon Scraper API?
expand_more
Is it legal to scrape Amazon?
expand_more
Why scrape Amazon products?
expand_more
What Amazon data can I collect?
expand_more
How fast is it?
expand_more
How much does it cost?
expand_more
How to integrate Amazon Scraper API into my workflow?
expand_more
amazon-scraper-api-sdk on npm, amazonscraperapi-sdk on PyPI, and a Go module at github.com/ChocoData-com/amazon-scraper-api-sdk-go. Plus an official CLI and an MCP server for AI agents. Copy-paste snippets for cURL, Ruby, PHP, Java, and C# are in the dashboard playground.