Myntra Reviews Scraper 🛍️

Myntra Reviews Scraper 🛍️

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.

ECOMMERCELEAD_GENERATIONINTEGRATIONSApify

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.

🎯 Use Cases

  • Market research and competitor analysis
  • Customer sentiment analysis
  • Product quality monitoring
  • Style and fit insights collection
  • Review authenticity verification

✨ Features

  • Scrapes comprehensive review data including:
    • User ratings and reviews
    • User names
    • Style attributes (size, color, etc.)
    • Review status and moderation info
    • Upvotes and downvotes
    • Timestamps
    • Review URLs
  • Handles pagination automatically
  • Built-in anti-blocking measures
  • Configurable number of results
  • Proxy support for reliable scraping

💎 Output

The actor outputs JSON format data containing:

  • Detailed review content
  • User information
  • Product style details
  • Review metadata
  • Engagement metrics

🔧 Input Parameters

The actor accepts the following inputs:

  • reviewUrls: Array of Myntra review URLs to scrape
  • maxItems: Maximum number of reviews to collect (optional)
  • proxyConfiguration: Proxy settings (optional)

⚡ Performance

The actor is optimized for:

  • Fast data extraction
  • Memory efficiency
  • Reliable operation
  • Automatic retry on failures

💡 Tips

  • Use proxy configuration for better reliability
  • Adjust maxItems based on your needs
  • Multiple URLs can be processed in one run

Input Example

A full explanation of an input example in JSON.

1{
2    "reviewUrls": [
3        "https://www.myntra.com/reviews/19472764"
4    ],
5    "maxItems": 20
6}

Output sample

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]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!