Retrieving digital assets...
Scrape customer reviews from Myntra.com product pages.
99%
30s
500+
Scrape customer reviews from Myntra.com product pages.
| Parameter | Type | Default | Description |
|---|---|---|---|
productUrls | Array | - | List of Myntra product URLs |
productIds | Array | - | List of Myntra product IDs |
maxReviewsPerProduct | Integer | 100 | Max reviews per product (0 = all) |
sortBy | String | "RECENT" | Sort order for reviews |
filterByRating | String | - | Filter by specific rating (1-5) |
includeImages | Boolean | true | Include review images |
proxy | Object | - | Proxy configuration |
RECENT - Most RecentHELPFUL - Most HelpfulRATING_HIGH - Highest RatingRATING_LOW - Lowest RatingEach review includes:
{
"productId": 12345678,
"productName": "Product Name",
"reviewId": "review-123",
"rating": 4,
"title": "Great product!",
"text": "Really loved this shirt. Perfect fit and color.",
"author": "John D.",
"authorLocation": "Mumbai",
"date": "2024-01-15",
"helpfulCount": 12,
"isVerifiedPurchase": true,
"images": ["https://..."],
"productAttributes": {
"fit": "Perfect",
"quality": "Good",
"value": "Worth the money"
},
"scrapedAt": "2024-01-15T10:30:00.000Z"
}
{
"productUrls": [
"https://www.myntra.com/shirts/brand/product-name/12345678/buy"
],
"maxReviewsPerProduct": 50,
"sortBy": "HELPFUL"
}
{
"productIds": ["12345678", "87654321"],
"filterByRating": "5",
"maxReviewsPerProduct": 100
}
{
"productUrls": [
"https://www.myntra.com/shirts/brand/product-name/12345678/buy"
],
"maxReviewsPerProduct": 0,
"includeImages": true
}
For best results, use RESIDENTIAL proxies with India location:
{
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "IN"
}
}
Explore more automation tools and scrapers to supercharge your data acquisition workflow.