Amazon Reviews Scraper avatar

Amazon Reviews Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Amazon Reviews Scraper

Amazon Reviews Scraper

Extract customer reviews from Amazon products, including review text, star ratings, helpful vote counts, verified purchase indicators, and reviewer details.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

ScrapeAI

ScrapeAI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrape Amazon.in product reviews at scale using product page URLs as input. Automatically identifies product ASINs, opens review pages, and collects reviewer feedback, ratings, timestamps, purchase verification status, and helpfulness metrics.

Features

  • Smart ASIN extraction — automatically identifies product ASINs from Amazon India URLs
  • Review-page prioritization — attempts direct review page scraping before falling back to product pages when needed
  • Continuous pagination support — traverses multiple review pages to maximize review collection
  • Enhanced review metadata — extracts review content, ratings, titles, usernames, dates, verified badges, helpful votes, and attached images
  • CAPTCHA monitoring — logs anti-bot challenges while maintaining scraper stability
  • Cloud automation ready — deploy seamlessly on Apify with scheduling and proxy infrastructure

Example Input

{
"productUrls": [
"https://www.amazon.in/dp/B0DGJ6FKJN"
],
"maxReviewsPerProduct": 10
}

Example Output

{
"reviewId": "R2A82TM4IN10OR",
"rating": 1,
"reviewTitle": "Excellent noise cancellation and sound quality",
"reviewText": "Bought these headphones for my work from home setup. The noise cancellation is phenomenal — blocks out all background noise. Sound quality is crystal clear for both music and calls.",
"reviewerName": "Alpha Lion",
"reviewerProfileUrl": "https://www.amazon.in/gp/profile/amzn1.account.AETWHFQJT246IP5OU27WDYI4Y4DA",
"reviewDate": "Reviewed in India on 14 May 2025",
"verifiedPurchase": true,
"helpfulVotes": 177,
"reviewImages": [],
"productAsin": "B0DGJ6FKJN",
"productTitle": "Apple iPhone 16 Pro Max 1 TB: 5G Mobile Phone with Camera Control, 4K 120 fps Dolby Vision and a Huge Leap in Battery Life. Works with AirPods; White Titanium",
"productRating": "4.4 out of 5 stars",
"totalReviews": 489,
"productUrl": "https://www.amazon.in/dp/B0DGJ6FKJN",
"reviewUrl": "https://www.amazon.in/gp/customer-reviews/R2A82TM4IN10OR",
"scrapedAt": "2026-05-27T10:29:22.569Z"
}