Amazon Reviews Scraper | $3/1K | Real-Time, No Login
Pricing
from $3.00 / 1,000 review extracteds
Amazon Reviews Scraper | $3/1K | Real-Time, No Login
Scrape Amazon product reviews in real-time โ rating, title, text, reviewer, verified purchase, helpful count. Works with ASINs or URLs.
Pricing
from $3.00 / 1,000 review extracteds
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
12
Total users
8
Monthly active users
11 days ago
Last modified
Categories
Share
๐ฆ Amazon Reviews Scraper | $3/1K | Real-Time, No Login
โก Use this Actor in n8n โ no code
Building no-code workflows in n8n? Install our official community node and drop this Actor straight onto your canvas:
๐ฆ
n8n-nodes-apivault-amazon-reviewsSetup (30 seconds): in n8n go to Settings โ Community Nodes โ Install, paste
n8n-nodes-apivault-amazon-reviewsand confirm โ add the new node to your workflow โ paste your Apify API token โ fill in the input and run.
๐ Amazon Reviews Scraper โ real-time reviews, ratings, verified-buyer & sentiment
Scrape Amazon product reviews in real-time. Give it an ASIN (or full product URL) and get reviews with rating, title, text, reviewer, verified-purchase flag, helpful count, country, and product variant. Works across all 12 Amazon marketplaces.
โจ Key Features
- ๐ Real-time scraping โ always fresh reviews
- ๐ Accepts ASINs (
B09B8V1LZ3), product URLs, or review URLs - ๐ Works on Amazon US, UK, DE, FR, IT, ES, CA, AU, JP, IN, MX, BR
- โญ Full rating, title, body, and verified-purchase flag
- ๐ข Helpful count, review date, reviewer country, product variant
- ๐ฏ Filter by star rating (1-5 stars, critical, positive)
- โ๏ธ Sort by most recent or most helpful
- ๐งฒ Auto-deduplication across pages and sort orders
- ๐ No login, no cookies, no Amazon API key
Input
Simple โ just an ASIN
{"asins":["B09B8V1LZ3"]}
Multiple products across marketplaces
{"asins":["B09B8V1LZ3","https://www.amazon.co.uk/dp/B08L5WHFHY","https://www.amazon.de/product-reviews/B07PGL2ZSL"],"maxPages":5,"sortBy":"recent"}
Only critical (1-2 star) reviews
{"asins":["B09B8V1LZ3"],"maxPages":5,"filterByStar":"critical"}
Input Parameters
| Field | Type | Required | Description |
|---|---|---|---|
asins | string[] | โ | ASINs or Amazon URLs. Mix freely. |
domain | string | โ | Default marketplace when only ASIN is provided (default: amazon.com) |
maxPages | int | โ | Pages per product, 1-10 (default: 3). Amazon caps at ~10 pages for anonymous access. |
sortBy | string | โ | recent or helpful (default: recent) |
filterByStar | string | โ | all_stars, five_star ... one_star, critical, positive (default: all_stars) |
extractReviewer | bool | โ | Reviewer name (default: true) |
extractRating | bool | โ | 1-5 star rating (default: true) |
extractTitle | bool | โ | Review title (default: true) |
extractDate | bool | โ | Review date (default: true) |
extractText | bool | โ | Review body (default: true) |
extractVerified | bool | โ | Verified Purchase flag (default: true) |
extractHelpfulCount | bool | โ | Helpful votes (default: true) |
extractCountry | bool | โ | Country / source marketplace (default: true) |
extractVariant | bool | โ | Product variant (color/size) bought (default: true) |
extractAsinField | bool | โ | Include ASIN + domain on each row (default: true) |
maxConcurrency | int | โ | Parallel page scrapes (default: 2) |
timeout | int | โ | Timeout per page in seconds (default: 180) |
Output
One dataset row per review:
{"success":true,"productUrl":"https://www.amazon.com/dp/B09B8V1LZ3","asin":"B09B8V1LZ3","domain":"amazon.com","reviewerName":"John K.","rating":5,"title":"Best smart speaker I've owned","date":"Reviewed in the United States on March 15, 2026","text":"The sound quality is surprisingly good for the size. Setup took 5 minutes...","verifiedPurchase":"Verified Purchase","helpfulCount":"23","country":"United States","productVariant":"Color: Charcoal, Size: Dot (5th Gen)"}
Use Cases
- Product research for e-commerce / dropshipping
- Competitive analysis โ mine a competitor's reviews
- Voice-of-customer: feed reviews into sentiment analysis
- Build AI training datasets
- Identify product defects / recurring complaints
- Track review velocity after a launch
- Amazon FBA / arbitrage research
Pricing
- $0.003 per review ($3 per 1,000 reviews)
- Pay only for unique reviews actually extracted
- Duplicates across pages are deduplicated and charged once
How it works
The actor extracts the ASIN from each input, and for page 1 scrapes the public product page (/dp/ASIN) which reliably shows ~8-10 top reviews. For deeper pages it tries the dedicated /product-reviews/ endpoint, which Amazon now often gates behind login for anonymous traffic.
Typical coverage per product:
- Page 1 alone โ ~8-10 reviews (stable)
- Adding pages 2-5 โ best effort, may add 10-20 more or may return 0
To maximize coverage, run the actor twice with different inputs:
- First run:
sortBy: recent+filterByStar: critical(1-2 star reviews) - Second run:
sortBy: recent+filterByStar: positive(4-5 star reviews)
Notes
- Amazon gates deeper review pagination behind login for anonymous users (this is an Amazon-side change, not an actor limitation)
- Page 1 results are always reliable and fresh
- The reviewer name is whatever Amazon shows publicly (often initials)
- Verified Purchase flag is only set for Amazon-verified orders
- No Amazon account or Product Advertising API key needed
Tips
- Competitor research: pull 10 pages sorted by
recent+ 10 pages sorted byhelpfulโ full picture - Defect hunting:
filterByStar: one_star+sortBy: recentto see the freshest complaints - Launch tracking:
sortBy: recenton a new product every day, compare row counts - Combine with our Amazon Product Scraper to enrich the product side (title, price, rating count, images)
