Myntra Reviews Scraper avatar

Myntra Reviews Scraper

Under maintenance

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Myntra Reviews Scraper

Myntra Reviews Scraper

Under maintenance

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

9

Total users

1

Monthly active users

9 days ago

Last modified

Share

Collect public customer reviews for one or more Myntra product URLs or product IDs. The Actor supports recent, helpful, highest-rating, and lowest-rating sorting plus an optional 1–5 star filter.

Each dataset row includes review identity, rating, text, reviewer, timestamp, helpfulness votes, verification status, images and style attributes when available, product identity and category context, total review and rating counts, and source provenance. Unbounded raw API payloads are not retained.

The crawler uses a real Chromium browser with browser fingerprints and automation indicators disabled. Direct access is the default. Enabling Apify Proxy without selecting a group uses the standard datacenter pool; residential access is never selected silently.

Nulls, blank strings, empty arrays, and empty objects are omitted from every review record.

Example input

{
"productUrls": [
"https://www.myntra.com/shirts/roadster/roadster-men-navy-blue-slim-fit-casual-shirt/10070361/buy"
],
"maxReviewsPerProduct": 2,
"sortBy": "RECENT",
"filterByRating": "5",
"includeImages": true
}

Example output

{
"position": 1,
"reviewId": "review-example-001",
"productId": "10070361",
"productName": "Men Navy Blue Slim Fit Casual Shirt",
"productBrand": "Roadster",
"productRating": 4.2,
"totalReviewsAvailable": 314,
"reviewRating": 5,
"reviewText": "The fit and fabric are good for everyday wear.",
"reviewerName": "Verified customer",
"reviewDate": "2026-08-10",
"helpfulCount": 4,
"isVerifiedPurchase": true,
"productUrl": "https://www.myntra.com/shirts/roadster/roadster-men-navy-blue-slim-fit-casual-shirt/10070361/buy",
"sourceDomain": "myntra.com",
"sortBy": "RECENT",
"ratingFilter": "5",
"scrapedAt": "2026-08-18T12:00:00.000Z"
}

The dataset contains one row per review. Provide up to 20 product URLs or IDs per run and request up to 100 reviews per product; when both inputs are supplied, duplicate product identities are processed once.