Retrieving digital assets...
Scrapes customer reviews from Flipkart products including review text, rating, certified buyer status, helpful votes, and reviewer info.
99%
30s
500+
Apify actor to scrape customer reviews from Flipkart products. Extract detailed review data including ratings, review text, certified buyer status, reviewer location, and helpful votes.
| Field | Type | Required | Description |
|---|---|---|---|
| productUrls | array | Yes | List of Flipkart product URLs |
| maxReviews | integer | No | Max reviews per product (default: 50) |
| 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 Flipkart review ID |
| productId | Product ID (extracted from URL) |
| productTitle | Product name |
| productUrl | Product page URL |
| productRating | Overall product rating |
| totalReviews | Total review count |
| totalRatings | Total rating count |
| rating | Review star rating (1-5) |
| reviewTitle | Review headline |
| reviewText | Full review content |
| reviewerName | Reviewer's display name |
| reviewerLocation | Reviewer's location |
| reviewDate | Date review was posted |
| certifiedBuyer | Whether reviewer bought from Flipkart |
| helpfulCount | Number of helpful votes |
| notHelpfulCount | Number of not helpful votes |
| ratingBreakdown | Star rating distribution |
| scrapedAt | Timestamp when review was scraped |
{
"productUrls": [
"https://www.flipkart.com/apple-iphone-15-black-128-gb/p/itm6ac6485515ae4",
"https://www.flipkart.com/samsung-galaxy-s24-ultra/p/itm123456789"
],
"maxReviews": 50
}
{
"productUrls": [
"https://www.flipkart.com/apple-iphone-15-black-128-gb/p/itm6ac6485515ae4"
],
"maxReviews": 100,
"headless": true,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "IN"
}
}
{
"reviewId": "flipkart-review-1706432100000-abc123",
"rating": 5,
"reviewTitle": "Best phone in this price range",
"reviewText": "Amazing camera quality, smooth performance, great battery backup...",
"reviewerName": "Rahul Kumar",
"reviewerLocation": "Bengaluru",
"reviewDate": "2 months ago",
"certifiedBuyer": true,
"helpfulCount": 156,
"notHelpfulCount": 12,
"productId": "itm6ac6485515ae4",
"productTitle": "APPLE iPhone 15 (Black, 128 GB)",
"productRating": 4.5,
"totalReviews": 12543,
"totalRatings": 89234,
"productUrl": "https://www.flipkart.com/apple-iphone-15-black-128-gb/p/itm6ac6485515ae4",
"ratingBreakdown": {
"5": 8500,
"4": 2500,
"3": 1000,
"2": 300,
"1": 200
},
"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.