1
Amazon Reviews Scraper
Extract 21 data points from any Amazon product listing — review text, ratings, author details, Vine badges, and more
Trusted worldwide by the best
Export reviews from Amazon — right now
Extract
Scrape any Amazon product by URL or ASIN: 21 fields including ratings, review text, verified purchase status, Vine badges & helpful votes.
Schedule
Run daily, weekly, or monthly to keep profile metrics and metadata up to date.
Export
Export all Reel data to Google Sheets, email, or S3 — fully automated.
Built for Agents
Run it from your stack.
Or hand it to your agent.
Amazon Reviews Scraper ships with a Python SDK, a one-line CLI and a native MCP server your agents can plug into directly — no rate limits to dodge, no bot mitigation to bypass, no parsing errors to chase down.
# install once (Python 3.10+)
pip install lobstrio
# check your token
lobstr whoami
# find the scraper
lobstr crawlers search "Amazon"
# one call — launch, wait, download
lobstr go amazon-reviews-scraper \
"<any Amazon URL>" \
--param max_results=200 \
-o results.csv21 data attributes per review
Every scrape returns structured data you can export as CSV, JSON, or via API.
Unique identifier for the Amazon customer review
Direct URL to the review on Amazon
Amazon Standard Identification Number (ASIN) for the product
Title or headline of the customer review
Full text content of the customer review
Star rating given by the reviewer (1 to 5)
Review date as displayed on Amazon (e.g. Reviewed in the United States on January 26, 2026)
Review publication date in ISO 8601 format
Whether the reviewer purchased the product on Amazon (Verified Purchase)
Fast
100 reviews per minute
Lightning-fast performance
Solid
99.95% task success rate
Dependable, reliable data every time
Cost-competitive
$0.5 per 1000 reviews
Top affordability worldwide
Temporarily paused.
This scraper hit a technical issue and we've taken it offline. We don't ship broken tools — it's coming back once it's fixed.
last 90 days
We pause scrapers that don't meet our reliability bar. No hourly runs while paused — that's why there's no data to show.
Trusted by the best
Used obsessively by the data-hungry around the world
Frequently Asked Questions
Is it legal to scrape Amazon reviews?
Do I need an Amazon account to use this scraper?
What data do you extract from each review?
How many reviews can I scrape and how fast is it?
Why am I getting fewer reviews than expected?
Can I scrape reviews from multiple products at once?
Does the scraper capture Amazon Vine reviews?
is_amazon_vine field flags Vine reviews on every row. Filter them in, filter them out — whatever your analysis needs. No extra setup required.Can I schedule automatic scrapes to monitor new reviews?
Does it capture review images and helpful votes?
review_images array. And review_helpful_count gives you the number of "helpful" votes each review received.Can I tell which product variant was reviewed?
review_format field captures the exact variant the reviewer purchased — color, size, style, whatever Amazon shows. Useful for breaking down sentiment by SKU.