The free Amazon scraper — products, prices & reviews to JSON
Paste an Amazon search or product URL. Get titles, prices, ratings, and reviews as structured JSON or CSV — no code, no API key.
Scrape every product on an Amazon search or category page.
What the Amazon Scraper pulls
Every field comes back as a typed column — ready for analysis, not raw HTML.
Product details
Title, price, and image for every product on a search or category page.
Ratings & reviews
Star rating and review count alongside each product result.
Search & category pages
Every result on an Amazon search or category page captured as a structured row.
Single-product mode
Switch modes to pull the full detail set from one Amazon product page.
Stealth fetching
Stealth mode renders with a real browser and anti-bot evasion to get past Amazon's defenses.
JSON / CSV export
Clean, typed records — copy or download as JSON or CSV for Sheets, Airtable, or an LLM.
Amazon scraper — common questions
What is an Amazon scraper?+
An Amazon scraper is a tool that extracts structured product data from Amazon pages — title, price, rating, review count, and availability — and returns it as JSON or CSV instead of raw HTML. CitedRank's Amazon Scraper works on search, category, and product URLs with no code and no API key.
Is it legal to scrape Amazon?+
Scraping publicly visible Amazon data — prices, titles, ratings — for research, price monitoring, or market analysis is widely practised, but it can conflict with Amazon's Terms of Service. Scrape only public pages, respect reasonable rate limits, and never collect personal data. For high-volume commercial use, consider Amazon's official Product Advertising API.
Do I need an Amazon API key?+
No. The Amazon Scraper reads the rendered page directly, so there is no Product Advertising API key, no seller account, and no approval process. Paste a URL and run.
How does it handle Amazon's bot protection?+
Amazon serves CAPTCHAs and rotating layouts to automated traffic. The scraper's Stealth mode uses a real headless browser with randomized fingerprints and humanized interaction to render pages the way a browser would. Even so, Amazon is aggressive — a scrape can still come back empty, in which case retry or try again later.
Can I customize which fields it scrapes?+
The Amazon Scraper ships with preset selectors for search results and single product pages. For full control — your own CSS selectors, any field — use the Custom Scraper at /extract, which this tool is built on.