Amazon Review Scraper ⭐️ avatar

Amazon Review Scraper ⭐️

Pricing

from $0.70 / 1,000 results

Go to Apify Store
Amazon Review Scraper ⭐️

Amazon Review Scraper ⭐️

Scrape Amazon customer reviews with structured data including ratings, review titles, review text, reviewer information, review dates, verified purchase status, helpful votes, and product details for sentiment analysis, product research, and competitor analysis.

Pricing

from $0.70 / 1,000 results

Rating

0.0

(0)

Developer

MrDoe

MrDoe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

What does Amazon Review Scraper do?

Amazon Review Scraper extracts the customer reviews shown on an Amazon.com product page - rating, title, body, author, date, country, verified-purchase status, helpful-vote count, purchased variant, and any attached photos - anonymously, no login, no Amazon account, no API key.

Why use this Actor?

  • Voice-of-customer research - pull real review text and ratings for any product you have an ASIN for.
  • Competitor monitoring - track what customers say about a competing product without ever logging in.
  • Batch, one start fee - pass a list of ASINs and one run covers all of them.

How to use it

  1. Fill asin with a single ASIN or product URL (e.g. B01GJOMWVA), or asins for a batch.
  2. Click Start.

asins wins over asin when filled; duplicates and blanks are dropped automatically.

Input

FieldTypeDescription
asin / asinsstring / arrayAn ASIN (e.g. B01GJOMWVA) or a full product URL (e.g. https://www.amazon.com/dp/B01GJOMWVA). At least one is required.
maxItemsintegerCaps total review rows across the whole run (default 100). The first 10 rows in a run are always free - see Pricing.
zipCodestringDelivery ZIP code the Actor sets automatically before crawling. Defaults to 10001.
proxyConfigurationobjectA residential proxy is strongly recommended for sustained volume - Amazon rate-limits repeated traffic from one IP.

Output

One flat row per review, with the parent product's title and overall rating repeated on every row for convenience. status is success for a review row, error when the ASIN was invalid/removed, or no_reviews for a real product page with zero reviews shown.

{
"asin": "B01GJOMWVA",
"productTitle": "BLACK+DECKER 12-Cup Drip Coffee Maker with Vortex Brewing",
"overallRating": 4.4,
"totalReviewCount": 50181,
"reviewId": "RDHG39C7LEKTW",
"reviewRating": 5,
"reviewTitle": "So far, so great.",
"reviewBody": "My Mr. Coffee went kaputt a few weeks ago. It just kept powering off...",
"reviewAuthor": "MissConnieLove",
"reviewDate": "July 12, 2026",
"reviewCountry": "the United States",
"verifiedPurchase": true,
"helpfulVotes": 23,
"variant": "Color: BlackStyle: Hot Brew",
"reviewImages": [],
"productUrl": "https://www.amazon.com/dp/B01GJOMWVA",
"status": "success"
}

Pricing

This Actor uses pay-per-event pricing - one small run-start charge, then a per-row charge for each review returned. See the Pricing tab for current rates. The first 10 review rows in a run are always free, regardless of how many ASINs you pass in; every row after that is charged normally. Invalid-ASIN and no-review rows are never charged. Use maxItems to cap total rows on a large batch.

Limitations - please read before buying

  • This is not the full review list. Amazon's complete, paginated review archive (/product-reviews/{asin}) hard-requires a signed-in Amazon account - live-verified: it redirects to the sign-in page on every request, even with a fully primed anonymous session. What this Actor returns is the same "Top reviews" set an anonymous visitor sees directly on the product page - typically the most helpful reviews plus a handful cross-posted from other Amazon marketplaces (Amazon shows these alongside the local ones). Live-verified count on a real product: 13 reviews.
  • If a product page shows fewer (or zero) reviews to an anonymous visitor, that's genuinely all that's available without logging in - it isn't a bug in this Actor.
  • Only the numbers/text Amazon shows to an anonymous, logged-out visitor are available.
  • US marketplace (amazon.com) only in this version.
  • Amazon's page markup drifts over time; the extraction code targets stable, semantic data-hook attributes but a large redesign may need an update.

FAQ

Why isn't this the full review list? See Limitations above - the full paginated list is gated behind an Amazon account and this Actor never asks for your credentials.

Do I need an Amazon account or API key? No - it runs entirely against Amazon's public, logged-out web pages.

A run returns a no_reviews row - why? The product genuinely has no reviews visible to an anonymous visitor - check the same product page yourself while logged out to confirm.

Disclaimer

This Actor is an independent tool, not affiliated with or endorsed by Amazon.com, Inc. It only accesses data Amazon serves publicly to anonymous visitors. Use it in compliance with Amazon's Conditions of Use and applicable law in your jurisdiction. Found a bug or have a feature request? Use the Issues tab on this Actor's page.