Retrieving digital assets...
Scrapes customer reviews from Amazon products including review text, rating, helpful votes, and reviewer info.
99%
30s
500+
Apify actor to scrape customer reviews from Amazon.in products. Extract detailed review data including ratings, review text, reviewer info, verified purchase status, and helpful votes.
| Field | Type | Required | Description |
|---|---|---|---|
| productUrls | array | Yes | List of Amazon.in product URLs |
| maxReviewsPerProduct | integer | No | Max reviews per product (default: 10) |
| headless | boolean | No | Headless browser mode (default: true) |
| proxyConfiguration | object | No | Proxy settings for anti-bot protection |
| Event | Event Name | Price |
|---|---|---|
| Review | product-review | $0.001 |
Each scraped review includes:
| Field | Description |
|---|---|
| reviewId | Unique Amazon review ID |
| productAsin | Product ASIN (extracted from URL) |
| productTitle | Product name |
| productUrl | Product page URL |
| productRating | Overall product rating |
| totalReviews | Total review count for product |
| rating | Review star rating (1-5) |
| reviewTitle | Review headline |
| reviewText | Full review content |
| reviewerName | Reviewer's display name |
| reviewerProfileUrl | Link to reviewer's profile |
| reviewDate | Date review was posted |
| verifiedPurchase | Whether reviewer bought the product |
| helpfulVotes | Number of helpful votes received |
| reviewImages | Images attached to review |
| reviewUrl | Direct link to review |
| scrapedAt | Timestamp when review was scraped |
{
"productUrls": [
"https://www.amazon.in/dp/B0DGJ6FKJN",
"https://www.amazon.in/dp/B0CHX1W1XY"
],
"maxReviewsPerProduct": 10
}
{
"productUrls": [
"https://www.amazon.in/dp/B0DGJ6FKJN"
],
"maxReviewsPerProduct": 50,
"headless": true,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "IN"
}
}
{
"reviewId": "R1QQ3AKMHMPOZY",
"rating": 5,
"reviewTitle": "Awesome phone with amazing battery and build",
"reviewText": "An expensive phone but I am loving it, this is my first pro device...",
"reviewerName": "Chaitanya Saha",
"reviewerProfileUrl": "https://www.amazon.in/gp/profile/amzn1.account.xxx",
"reviewDate": "Reviewed in India on 8 July 2025",
"verifiedPurchase": false,
"helpfulVotes": 25,
"reviewImages": [],
"productAsin": "B0DGJ6FKJN",
"productTitle": "iPhone 16 Pro Max 1 TB: 5G Mobile Phone...",
"productRating": "4.4 out of 5 stars",
"totalReviews": 469,
"productUrl": "https://www.amazon.in/dp/B0DGJ6FKJN",
"reviewUrl": "https://www.amazon.in/gp/customer-reviews/R1QQ3AKMHMPOZY",
"scrapedAt": "2026-01-28T09:22:12.723Z"
}
Need a custom scraper or dedicated server setup? We offer:
š§ Email: lakshmanan.w3dev@gmail.com
š± WhatsApp: +91 6382775774
Explore more automation tools and scrapers to supercharge your data acquisition workflow.