Amazon Prouct Reviews

Amazon Prouct Reviews

by happitap

Extract product reviews from Amazon including reviewer names, ratings, review text, customer photos, dates, and helpful votes. ✅ Scrapes all reviews ...

70 runs
14 users
Try This Actor

Opens on Apify.com

About 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

What does this actor do?

Amazon Prouct Reviews is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

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: json { "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 1. Go to the Actor's page 2. Click "Try for free" 3. Enter the Amazon product reviews URL 4. Configure optional settings 5. Click "Start" 6. Download results in JSON, CSV, or Excel format ### Via API javascript 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.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Amazon Prouct Reviews now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
happitap
Pricing
Paid
Total Runs
70
Active Users
14
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support