Amazon Reviews & Rating Intelligence Scraper avatar

Amazon Reviews & Rating Intelligence Scraper

Under maintenance

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Amazon Reviews & Rating Intelligence Scraper

Amazon Reviews & Rating Intelligence Scraper

Under maintenance

For any list of Amazon products (ASINs or URLs) get the public customer reviews plus the full rating picture: overall score, total ratings, star breakdown and Amazon's AI review summary. Clean structured data for product and competitor research at scale.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Moty Gotgilf

Moty Gotgilf

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Give it a list of Amazon products and get, for each one, the public customer reviews plus the full rating picture — overall score, total ratings, star breakdown, and Amazon's own AI review summary. Clean structured data for product research, competitor tracking and review monitoring. No login, no browser babysitting.

What you get per row

One row per review (products with no public reviews still get one summary row):

FieldDescription
asin / productTitle / productUrl / marketplaceProduct identity
productRating / productTotalRatingsOverall star score and total number of ratings
productStarBreakdownPercentages per star, e.g. { "5star": 83, "4star": 12, ... }
productAiSummaryAmazon's "Customers say" AI summary (when present)
reviewer / reviewRating / reviewTitle / reviewBodyThe individual review
reviewDate / reviewCountry / verifiedPurchase / helpfulVotesReview metadata
hasReviewfalse on summary-only rows (product had no public reviews)

Input

{
"asins": ["B07FZ8S74R", "B09B8V1LZ3"],
"productUrls": ["https://www.amazon.com/dp/B0CHX3QBCH"],
"marketplace": "amazon.com",
"maxItems": 200,
"maxReviewsPerProduct": 10
}
  • asins — 10-character product codes (the part of the URL after /dp/).
  • productUrls — full Amazon product links; the ASIN is parsed out automatically (use instead of or alongside asins).
  • marketplaceamazon.com, amazon.co.uk, amazon.de, … (ASINs must exist in that marketplace).
  • maxItems — hard cap on output rows (0 = no limit).
  • maxReviewsPerProduct — cap reviews per product (max 10).

Important: what's public vs. what isn't

Since late 2024, Amazon shows only the top ~8 reviews per product without a logged-in account; the dedicated all-reviews page requires sign-in. This scraper therefore returns the public reviews plus the complete rating summary/breakdown for each product — not the full review history. That makes it ideal for scanning many products at scale (competitor catalogs, category research, rating monitoring), where the per-product summary and top reviews are what matter.

How it works

A real browser (with Apify residential proxies) loads each product page, scrolls to trigger Amazon's lazy-loaded reviews, and reads them from stable page markup. A run that renders nothing across all products fails loudly instead of billing you for an empty dataset. Works across Amazon marketplaces.

Collects only publicly visible product and review data. Use responsibly and in line with Amazon's terms and applicable law.