VOOZH about

URL: https://apify.com/codingfrontend/myntra-reviews-scraper

โ‡ฑ Myntra Reviews Scraper ยท Apify


Pricing

from $4.99 / 1,000 results

Go to Apify Store

Myntra Reviews Scraper

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Myntra Reviews data seamlessly, reliably, and at scale.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

2

Monthly active users

a month ago

Last modified

Share

Scrape customer reviews from Myntra.com product pages.

Features

  • ๐Ÿ“ Scrape reviews from product URLs or IDs
  • โญ Filter by star rating
  • ๐Ÿ“… Sort by date, helpfulness, or rating
  • ๐Ÿ“ธ Include review images
  • ๐Ÿ‘ค Get reviewer information
  • โœ… Identify verified purchases

Input Parameters

ParameterTypeDefaultDescription
productUrlsArray-List of Myntra product URLs
productIdsArray-List of Myntra product IDs
maxReviewsPerProductInteger100Max reviews per product (0 = all)
sortByString"RECENT"Sort order for reviews
filterByRatingString-Filter by specific rating (1-5)
includeImagesBooleantrueInclude review images
proxyObject-Proxy configuration

Sort Options

  • RECENT - Most Recent
  • HELPFUL - Most Helpful
  • RATING_HIGH - Highest Rating
  • RATING_LOW - Lowest Rating

Output

Each 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"
}

Usage Examples

Scrape Reviews from Product URLs

{
"productUrls":[
"https://www.myntra.com/shirts/brand/product-name/12345678/buy"
],
"maxReviewsPerProduct":50,
"sortBy":"HELPFUL"
}

Scrape Only 5-Star Reviews

{
"productIds":["12345678","87654321"],
"filterByRating":"5",
"maxReviewsPerProduct":100
}

Get All Reviews with Images

{
"productUrls":[
"https://www.myntra.com/shirts/brand/product-name/12345678/buy"
],
"maxReviewsPerProduct":0,
"includeImages":true
}

Proxy Configuration

For best results, use RESIDENTIAL proxies with India location:

{
"proxy":{
"useApifyProxy":true,
"apifyProxyGroups":["RESIDENTIAL"],
"apifyProxyCountry":"IN"
}
}

Notes

  • Reviews are fetched in batches of 20 per API call
  • Some products may have limited reviews available
  • Verified purchase status indicates the reviewer bought the product

You might also like

Myntra Products Search Scraper

codingfrontend/myntra-product-search-scraper

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Myntra Product Search data seamlessly, reliably, and at scale.

๐Ÿ‘ User avatar

Coding Frontned

39

Google Maps Reviews Scraper

codingfrontend/google-maps-reviews-scraper

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Google data seamlessly, reliably, and at scale.

๐Ÿ‘ User avatar

Coding Frontned

2

Google Search Scraper

codingfrontend/google-search-scraper

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Google data seamlessly, reliably, and at scale.

๐Ÿ‘ User avatar

Coding Frontned

17

Google Search Scraper

searchapi/google-search-scraper

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Google data seamlessly, reliably, and at scale.

Google Images Scraper

codingfrontend/google-images-scraper

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Google data seamlessly, reliably, and at scale.

๐Ÿ‘ User avatar

Coding Frontned

11

Google Images Scraper

searchapi/google-images-scraper

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Google data seamlessly, reliably, and at scale.

Google News Scraper

codingfrontend/google-news-scraper

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Google data seamlessly, reliably, and at scale.

๐Ÿ‘ User avatar

Coding Frontned

6

Google News Scraper

searchapi/google-news-scraper

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Google data seamlessly, reliably, and at scale.

Google Play Store Reviews Scraper

codingfrontend/playstore-reviews-scraper

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Playstore Reviews data seamlessly, reliably, and at scale.

๐Ÿ‘ User avatar

Coding Frontned

2

Google Autocomplete Scraper

searchapi/google-autocomplete-scraper

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Google data seamlessly, reliably, and at scale.