Amazon Prouct Reviews
Pricing
from $1.50 / 1,000 results
Amazon Prouct Reviews
Extract product reviews from Amazon including reviewer names, ratings, review text, customer photos, dates, and helpful votes. ✅ Scrapes all reviews text, ratings, and dates 📸 Extracts photos (both thumbnail and full-size URLs) 🎯 Extracts helpful votes count ✓ Identifies verified purchases
Pricing
from $1.50 / 1,000 results
Rating
5.0
(1)
Developer

HappiTap
Actor stats
0
Bookmarked
13
Total users
5
Monthly active users
a month ago
Last modified
Categories
Share
Amazon Reviews Scraper
Extract product reviews from Amazon including reviewer names, ratings, review text, customer photos, dates, and helpful votes.
Features
- ✅ Scrapes all review data including text, ratings, and dates
- 📸 Extracts customer photos (both thumbnail and full-size URLs)
- 🔄 Automatic pagination through all review pages
- ⚡ Rate limiting to respect Amazon's servers
- 🍪 Cookie support for logged-in sessions
- 🎯 Extracts helpful votes count
- ✓ Identifies verified purchases
Input
The Actor accepts the following input:
- Product Review URL (required): Amazon product reviews URL (e.g.,
https://www.amazon.com/product-reviews/B07S2DX7J9/) - Maximum Reviews: Limit the number of reviews to scrape (default: 100, leave empty for unlimited)
- Max Requests Per Minute: Rate limiting setting (default: 10)
- Proxy Configuration: Proxy settings (Apify Proxy recommended)
Output
Each review is stored as a separate item in the dataset with the following fields:
{"reviewerName": "John Doe","rating": "5.0","reviewTitle": "Great product!","reviewText": "This product exceeded my expectations...","reviewDate": "Reviewed in the United States on January 15, 2024","isVerified": true,"reviewImages": [{"thumbnail": "https://m.media-amazon.com/images/I/71xM1a0eZCL._SY88.jpg","large": "https://m.media-amazon.com/images/I/71xM1a0eZCL._SL1600_.jpg"}],"helpfulVotes": "5 people found this helpful","sourceUrl": "https://www.amazon.com/product-reviews/B07S2DX7J9/"}
Usage
On Apify Platform
- Go to the Actor's page
- Click "Try for free"
- Enter the Amazon product reviews URL
- Configure optional settings
- Click "Start"
- Download results in JSON, CSV, or Excel format
Via API
const { ApifyClient } = require('apify-client');const client = new ApifyClient({token: 'YOUR_API_TOKEN',});const run = await client.actor('YOUR_USERNAME/amazon-reviews-scraper').call({productUrl: 'https://www.amazon.com/product-reviews/B07S2DX7J9/',maxReviews: 100,});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(items);
Tips
- Use Apify Proxy to avoid getting blocked
- Set appropriate rate limits to be respectful to Amazon's servers
- For large scraping jobs, consider using residential proxies
- The scraper automatically handles pagination
Support
For issues or questions, please contact support or open an issue on GitHub.