Amazon Scraper.
Any URL into JSON.
Turn any Amazon URL into structured JSON. Product details, search results, reviews, best sellers and offers.
Residential proxies and anti-bot handling are built in. No browsers to run.
Any Amazon URL in. Structured JSON out.
Four Amazon scrapers, typed live. Switch tabs, or hover to pause and read.
Every part of Amazon, parsed.
Five managed Amazon scrapers share one API, one token and the same residential proxy network. Point any of them at a URL and receive typed JSON, not raw HTML.
Product details
Parse a product page into name, brand, price, availability, rating, reviews_count, the main image and gallery, feature bullets, description, categories and ASIN.
Search results
Turn any search or category URL into a list of products, each with name, ASIN, price, rating and a sponsored flag, plus the result count for pagination.
Reviews
Extract individual reviews with author, rating, title, body, date and verified-purchase status, alongside the overall rating and star breakdown.
Best sellers
Read any Best Sellers or category ranking as ordered JSON: rank, name, ASIN, price and rating for every product in the list.
Offers
List every seller on a listing with price, condition, shipping and Prime eligibility, so you can follow the buy box and third-party offers.
Same API for all five
Switch scrapers by changing one parameter. Proxies, geotargeting, rendering and anti-bot handling stay identical underneath. See the live demo.
Clean fields, not raw HTML.
A call to amazon-product-details returns typed JSON. Here is the shape for a single Amazon product page.
Identity
name · string asin · string brand · string
Pricing
price · string list_price · string availability · string
Ratings
rating · number reviews_count · number
Media
main_image · string images · array
Content
features · array description · string categories · array
From URL to JSON in one call.
Every Amazon request moves through the same path. You send a URL, we operate everything in between.
Send the URL
Pass any Amazon product, search, reviews or best-sellers URL with your token and a scraper.
Rotate a proxy
A residential IP and geography that reach Amazon cleanly, drawn from 140M IPs across 30 regions.
Render the page
A real browser loads the listing when Amazon needs JavaScript, so live prices and ratings are captured.
Clear anti-bot
Amazon's CAPTCHAs, robot checks and per-marketplace rate limits are cleared automatically. Nothing to solve, nothing to maintain when Amazon changes.
Return JSON
The page is parsed into typed fields and returned as JSON, or raw HTML if you would rather parse it yourself.
What teams build on Amazon data.
Price & availability monitoring
Track price, list price and stock across thousands of ASINs and regions to power repricing, alerts and dashboards.
MAP & buy-box compliance
Watch offers and sellers on each listing to catch MAP violations and buy-box changes as they happen.
Review & rating intelligence
Collect reviews and ratings over time for sentiment, defect detection and product research at scale.
Catalog & content enrichment
Pull titles, images, features and categories to enrich your own catalog or seed product databases.
Competitive & market research
Read search results and best-seller rankings to map demand, share of shelf and competitor moves.
Training data & agents
Feed clean Amazon JSON into models, RAG pipelines and shopping agents through the same API.
Good to know when scraping Amazon.
ASIN and marketplaces
Every product has a 10-character ASIN, returned on each call. Point any Amazon domain (amazon.com, .co.uk, .de, .co.jp and more) at the same scraper and you get localized price, availability and currency for that marketplace.
Search and category parameters
Append valid Amazon URL parameters such as pageno, ref and node, and they pass straight through, so amazon-serp and amazon-best-sellers paginate and filter exactly as the site does.
Sponsored versus organic
amazon-serp marks sponsored placements, so you can separate paid ads from organic rankings when you track share of search.
Built to scale
20 requests per second by default, raised on request. For millions of pages, pair the scraper with the asynchronous Crawler and Cloud Storage to run unattended.
Built to scrape Amazon at scale.
The Amazon scrapers run on the same network that serves 46,000+ paying customers and 70,000+ developers. No proxies to buy, no browsers to run, nothing to patch when Amazon changes.
One token, official SDKs for Python, Node and Ruby, and a 99.99% uptime network underneath.
Amazon scraping questions.
Start scraping Amazon.
Skip the proxies and browsers.
Free to begin with up to 10,000 requests. One token for every Amazon scraper.