Scrape detailed product reviews from Flipkart, including ratings, comments, user info, helpful votes, and product attributes. Perfect for market research, sentiment analysis, and customer feedback monitoring.
Extract detailed product reviews from Flipkart product pages. This actor helps you gather valuable customer feedback, ratings, and insights from India's largest e-commerce platform.
The actor accepts the following input parameters:
reviewUrls
: Array of Flipkart product review page URLs to scrapemaxItems
: Maximum number of reviews to collectproxyConfiguration
: Optional proxy settings for better success rateThe actor outputs detailed review data in JSON format, including:
maxItems
value to test the setupFor any questions or issues, please reach out through Apify's platform.
A full explanation of an input example in JSON.
1{ 2 "reviewUrls": [ 3 "https://www.flipkart.com/selloria-kids-g-sport-look-band-shock-chronograph-resistance-digital-watch-boys/product-reviews/itmefbaa2361193f?pid=WATFURH7GWFX32G3&lid=LSTWATFURH7GWFX32G3WO73JV&marketplace=FLIPKART" 4 ], 5 "maxItems": 50 6}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "reviewUrl": "https://www.flipkart.com/selloria-kids-g-sport-look-band-shock-chronograph-resistance-digital-watch-boys/product-reviews/itmefbaa2361193f?pid=WATFURH7GWFX32G3&lid=LSTWATFURH7GWFX32G3WO73JV&marketplace=FLIPKART", 4 "id": "0da9ac3d-41d6-4908-8fa2-63f2cb018649", 5 "author": "Flipkart Customer", 6 "rating": 4, 7 "title": "Very Good", 8 "text": "Love it ❤️🥰", 9 "created": "Oct, 2022", 10 "certifiedBuyer": true, 11 "helpfulCount": 490, 12 "location": { 13 "city": "Saran District", 14 "state": "Bihar" 15 }, 16 "productAttributes": [ 17 { 18 "name": "Dial Color", 19 "value": "BLACK" 20 }, 21 { 22 "name": "Strap Color", 23 "value": "BLACK" 24 } 25 ], 26 "images": [ 27 { 28 "imageId": "blobio-imr_a27dd31f986d4bd7929055a3671e44f7.jpg", 29 "imageURL": "https://rukminim1.flixcart.com/blobio/{@width}/{@height}/imr/blobio-imr_a27dd31f986d4bd7929055a3671e44f7.jpg?q={@quality}" 30 } 31 ], 32 "verifiedPurchase": true, 33 "votes": { 34 "upvotes": 490, 35 "downvotes": 166 36 }, 37 "scrapedAt": "2025-02-12T05:29:56.044Z" 38 }, 39 ... 40]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!