Myntra Reviews Scraper 🛍️ avatar

Myntra Reviews Scraper 🛍️

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
Myntra Reviews Scraper 🛍️

Myntra Reviews Scraper 🛍️

easyapi/myntra-reviews-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

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.

🎯 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]
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified a day ago