Amazon Product Reviews Scraper avatar
Amazon Product Reviews Scraper

Pricing

$4.99 / 1,000 results

Go to Store
Amazon Product Reviews Scraper

Amazon Product Reviews Scraper

Developed by

PowerAI

PowerAI

Maintained by Community

Powerful Amazon product reviews scraper that automatically extracts reviews with comprehensive metadata. Includes star rating filters, media-only options, and detailed review information with automatic rate limit handling.

5.0 (1)

Pricing

$4.99 / 1,000 results

1

Total users

5

Monthly users

5

Runs succeeded

50%

Last modified

a day ago

📝 Amazon Product Reviews Scraper

Extract detailed product reviews from Amazon with comprehensive metadata! This powerful tool helps you analyze customer feedback, including ratings, text, media, and more.

✨ Key Features

  • 📥 Get detailed product reviews with flexible filters
  • 📊 Get comprehensive review metadata including:
    • Review titles and content
    • Star ratings
    • Review dates
    • Author information
    • Media attachments (images/videos)
    • Helpful votes
    • Verified purchase status
    • Product variations
  • 🔗 Generate direct URLs for:
    • Review pages
    • Author profiles
  • 📈 Support for large result sets with automatic pagination
  • 📋 Clean and structured JSON output

💪 Why Choose This Actor?

  • Comprehensive: Get all review details including media
  • Flexible: Multiple filtering options
  • Efficient: Automatic pagination for large result sets
  • Structured: Clean JSON output for easy integration
  • Reliable: Stable and consistent data extraction
  • User-Friendly: Simple input parameters

🎯 Perfect For

  • 📊 Market Researchers
  • 🛒 E-commerce Managers
  • 💼 Business Analysts
  • 📈 Sentiment Analysis
  • 🏪 Store Managers
  • Product Research

📈 Use Cases

  1. Sentiment Analysis: Analyze customer feedback
  2. Quality Control: Monitor product issues
  3. Competitor Analysis: Compare customer satisfaction
  4. Product Research: Understand customer needs
  5. Marketing Strategy: Identify product strengths

📈 Input Requirements

The actor accepts the following input parameters:

  • asin (required): Amazon product ASIN
  • maxResults (optional): Maximum number of reviews to extract
  • geo (optional): Country code for results. Supported countries:
    • US: United States
    • CA: Canada
    • DE: Germany
    • MX: Mexico
    • UK: United Kingdom
    • FR: France
    • IT: Italy
    • ES: Spain
    • AU: Australia
    • BR: Brazil
    • IN: India
    • JP: Japan
    • NL: Netherlands
    • AE: United Arab Emirates
    • PL: Poland
    • SA: Saudi Arabia
    • SG: Singapore
    • SE: Sweden
    • TR: Turkey
    • BE: Belgium
  • filter_by_star (optional): Filter reviews by star rating (1-5)
  • media_reviews_only (optional): Only include reviews with media (images/videos)

Input Example

{
"asin": "B0DYDZ231X",
"maxResults": 15,
"geo": "US"
}

Output Example

[
{
"author": "Andrey",
"body": "Looks simple and clean, I like the white color. I expected it to be bulky because of the huge capacity, but it’s actually pretty compact and lightweight for 56800mAh. The digital percentage display is super handy — you always know exactly how much charge is left. It charges devices fast and supports dual charging with two outputs and USB-C. I tested it and the battery lasts a really long time. Perfect for travel or emergencies. The cable that comes with it is basic, but does the job. Only downside — the case feels a little cheap, but for this price and capacity, that’s not a real issue. Overall, very satisfied and would recommend.",
"date": "Reviewed in the United States on May 6, 2025",
"rating": "5.0 out of 5 stars",
"review_id": "R1Y9ARHCC4IN0O",
"title": "5 stars — Great power bank, lightweight and works well",
"verified_purchase": true,
"scrapedAt": "2025-05-16T06:50:08.034Z"
},
...
]