Scrape product reviews from Myntra.com - Extract detailed review data including ratings, comments, user info, and style attributes. Perfect for market research and customer sentiment analysis.
Extract detailed product reviews from Myntra.com, India's leading fashion e-commerce platform. This powerful scraper helps you gather valuable customer feedback and insights.
The actor outputs JSON format data containing:
The actor accepts the following inputs:
reviewUrls
: Array of Myntra review URLs to scrapemaxItems
: Maximum number of reviews to collect (optional)proxyConfiguration
: Proxy settings (optional)The actor is optimized for:
A full explanation of an input example in JSON.
1{ 2 "reviewUrls": [ 3 "https://www.myntra.com/reviews/19472764" 4 ], 5 "maxItems": 20 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 "id": "6aa0912b-073b-478d-9656-02e601ac8afc", 4 "style": { 5 "id": "20676810" 6 }, 7 "userRating": 4, 8 "review": "Fitting and colour is good, just like how it is in the pictures but the material i found little thin or see through. Overall it's good to wear. Carrying this gives a formal yet elegant look. ", 9 "images": [], 10 "videos": [], 11 "userStyleAnswer": [], 12 "styleAttribute": [ 13 { 14 "name": "Size bought", 15 "value": "S" 16 } 17 ], 18 "status": "ACTIVE", 19 "upvotes": "1", 20 "downvotes": "0", 21 "userName": "Sakshi Kapoor", 22 "canEdit": false, 23 "rejectedReason": "approved", 24 "updatedAt": "1676772793000", 25 "reviewUrl": "https://www.myntra.com/reviews/19472764" 26 }, 27 ... 28]
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!