Myntra Reviews Scraper πŸ›οΈ avatar
Myntra Reviews Scraper πŸ›οΈ

Pricing

$19.99/month + usage

Go to Store
Myntra Reviews Scraper πŸ›οΈ

Myntra Reviews Scraper πŸ›οΈ

Developed by

EasyApi

EasyApi

Maintained by Community

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.

5.0 (1)

Pricing

$19.99/month + usage

1

Total users

3

Monthly users

3

Runs succeeded

>99%

Last modified

7 days ago

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.

{
"reviewUrls": [
"https://www.myntra.com/reviews/19472764"
],
"maxItems": 20
}

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.

[
{
"id": "6aa0912b-073b-478d-9656-02e601ac8afc",
"style": {
"id": "20676810"
},
"userRating": 4,
"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. ",
"images": [],
"videos": [],
"userStyleAnswer": [],
"styleAttribute": [
{
"name": "Size bought",
"value": "S"
}
],
"status": "ACTIVE",
"upvotes": "1",
"downvotes": "0",
"userName": "Sakshi Kapoor",
"canEdit": false,
"rejectedReason": "approved",
"updatedAt": "1676772793000",
"reviewUrl": "https://www.myntra.com/reviews/19472764"
},
...
]