Amazon Reviews Scraper avatar

Amazon Reviews Scraper

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Amazon Reviews Scraper

Amazon Reviews Scraper

Real-time Amazon product reviews for any ASIN and marketplace, with rich filters and structured output for monitoring and analytics.

Pricing

from $0.50 / 1,000 results

Rating

5.0

(1)

Developer

laisidata

laisidata

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Categories

Share

Amazon Reviews Real-time Actor

This Apify Actor retrieves Amazon product reviews in real time, with flexible filtering options. It is suitable for review monitoring, competitor analysis, and downstream data pipelines.

Key capabilities

  • Real-time review collection for a given ASIN
  • Multi-marketplace coverage (country-based Amazon domains)
  • Filtering by sort mode, reviewer type, star rating, format, and media type
  • Continuous pagination support for higher review coverage
  • Structured output ready for analytics, storage, or integration workflows

Input parameters

ParameterDescription
asinProduct ASIN (required)
countryMarketplace country code (for example: US, DE, JP)
maxPagesMaximum number of pages to fetch
filterByKeywordKeyword filter for review content
sortBySorting mode (for example: recent or helpful)
reviewerTypeReviewer filter (all reviewers or verified purchase only)
filterByStarsStar/sentiment filter (5-star, 4-star, critical, etc.)
formatTypeFormat filter (all formats or current format)
mediaTypeContent filter (all content or media reviews only)

Input example

{
"asin": "B0DMT42TFS",
"country": "US",
"maxPages": 3,
"filterByKeyword": "battery",
"sortBy": "helpful",
"reviewerType": "all_reviews",
"filterByStars": "all_stars",
"formatType": "all_formats",
"mediaType": "all_contents"
}

Output example

Each run produces one dataset record per review. Example shape:

{
"rating": "4.0 out of 5 stars",
"author": "Jane D.",
"header": "Solid product for daily use",
"id": "R1ABCDEFGHIJK",
"content": "Arrived on time and works as described. Packaging was fine.",
"author_link": "/gp/profile/amzn1.account.EXAMPLE",
"date": "Reviewed in the United States on January 10, 2026",
"images": [],
"helpful_count": "3 people found this helpful",
"is_amazon_vine": false,
"is_verified": true,
"variant_info": ["Size: Large", "Color: Black"],
"videos": []
}

Output fields

Each dataset item represents one review and typically includes:

  • Rating, title, content, and date
  • Reviewer information and profile link
  • Image and video information
  • Vine / verified-purchase indicators
  • Variant/format details and helpful vote information

Typical use cases

  • Monitor new reviews and sentiment changes in near real time
  • Track competitor product feedback across marketplaces
  • Identify recurring product issues from low-rating reviews
  • Feed structured review data into BI dashboards and alerting systems

Stability and security

  • Continuous pagination flow helps reduce missed reviews
  • Unified input-schema validation helps reduce invalid run failures
  • Logging is sanitized to avoid printing token-bearing connection strings

Compliance notice

Use this Actor in accordance with applicable laws and the target platform's terms and policies.