Myntra Reviews Scraper avatar

Myntra Reviews Scraper

Pricing

Pay per usage

Go to Apify Store
Myntra Reviews Scraper

Myntra Reviews Scraper

Extract detailed customer reviews and ratings from Myntra product pages instantly. Ideal for sentiment analysis, competitor monitoring, and e-commerce research. Reliable data extraction for your business needs. Residential proxies are recommended for best performance.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

10

Total users

1

Monthly active users

9 hours ago

Last modified

Share

Myntra Product Reviews Scraper

Extract Myntra customer review data in a structured format for analysis and reporting. Collect ratings, review text, user feedback context, media references, and moderation attributes at scale. Ideal for sentiment analysis, product research, and marketplace intelligence workflows.

Features

  • Structured Review Collection — Gather clean review records with consistent fields.
  • Pagination Support — Collect multiple review pages per product automatically.
  • Duplicate Protection — Skip repeated review entries during collection.
  • Null and Empty Value Cleanup — Keep output concise by removing empty fields.
  • Batch Product Processing — Run multiple product URLs in one execution.
  • Analysis-Ready Output — Export records in formats suitable for BI and automation.

Use Cases

Sentiment Analysis

Analyze customer opinions using review text, ratings, and user feedback patterns. Build NLP pipelines and dashboards for brand or product health monitoring.

Product Quality Monitoring

Track recurring complaints, praise, and fit-quality signals across products. Use review trends to identify improvement opportunities quickly.

Market Intelligence

Compare customer feedback across categories and brands. Detect what drives positive ratings and what lowers conversion confidence.

Customer Experience Audits

Review moderation and engagement signals such as votes and status fields. Spot fulfillment or quality issues early.

UGC and Content Insights

Collect media-linked reviews and style context to understand how customers present products in real usage.


Input Parameters

ParameterTypeRequiredDefaultDescription
productUrlsArrayYesMyntra product URLs ending with /buy.
reviewsLimitIntegerNo20Maximum reviews to collect per product.
proxyConfigurationObjectNoApify Proxy enabledProxy settings for better reliability.

Output Data

Each dataset item contains one cleaned review record.

FieldTypeDescription
reviewIdStringUnique review identifier when available.
productIdStringProduct ID extracted from the URL.
productUrlStringOriginal product page URL provided in input.
userRatingNumberCustomer star rating.
reviewStringReview text content.
userNameStringReviewer display name.
upvotesNumberUpvote count.
downvotesNumberDownvote count.
statusStringReview status when available.
rejectedReasonStringModeration reason when present.
updatedAtStringLast update timestamp from source.
imagesArrayReview image objects and metadata.
videosArrayReview video objects when present.
styleAttributeArrayProduct fit/style feedback attributes.
userStyleAnswerArrayAdditional user style answers.
totalReviewCountNumberTotal review count for the product when available.
apiPageNumberPage number used for this record.
apiSizeNumberPage size used for this record.
sourceUrlStringSource URL used to collect the record.
scrapedAtStringISO timestamp of collection time.

Usage Examples

Single Product

{
"productUrls": [
{
"url": "https://www.myntra.com/tshirts/levis/levis-brand-logo-printed-pure-cotton-t-shirt/26773802/buy"
}
],
"reviewsLimit": 20
}

Multiple Products

{
"productUrls": [
{
"url": "https://www.myntra.com/tshirts/levis/levis-brand-logo-printed-pure-cotton-t-shirt/26773802/buy"
},
{
"url": "https://www.myntra.com/jeans/levis/levis-skinny-fit-mid-rise-clean-look-stretchable-jeans/2050688/buy"
}
],
"reviewsLimit": 50
}

Proxy-Enabled Collection

{
"productUrls": [
{
"url": "https://www.myntra.com/tshirts/levis/levis-brand-logo-printed-pure-cotton-t-shirt/26773802/buy"
}
],
"reviewsLimit": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Sample Output

{
"reviewId": "d4c3782c-58ac-49c9-afce-22cab43b05b7",
"productId": "26773802",
"productUrl": "https://www.myntra.com/tshirts/levis/levis-brand-logo-printed-pure-cotton-t-shirt/26773802/buy",
"userRating": 5,
"review": "Very good quality t-shirt",
"userName": "pratham chauhan",
"upvotes": 0,
"downvotes": 0,
"status": "ACTIVE",
"updatedAt": "1758983008000",
"images": [
{
"url": "https://assets.myntassets.com/assets/images/2025/SEPTEMBER/27/Lt3k9RCe_3de4764472d64d39a63b8b0f5a8ec6f8.jpg",
"damId": "1117309409",
"resolution": "1500X1129"
}
],
"styleAttribute": [
{
"name": "Size bought",
"value": "M"
}
],
"totalReviewCount": 1287,
"apiPage": 1,
"apiSize": 20,
"sourceUrl": "https://www.myntra.com/gateway/v1/reviews/product/26773802?size=20&sort=0&rating=0&page=1&includeMetaData=true",
"scrapedAt": "2026-04-07T08:15:22.000Z"
}

Tips for Best Results

Use Valid Product URLs

  • Provide complete Myntra product links ending with /buy.
  • Test one product first before large runs.

Tune Collection Size

  • Start with 20 to validate output quickly.
  • Increase limits for deeper analysis after validation.

Improve Reliability with Proxy

  • Use residential proxy settings for stable high-volume runs.
  • Keep run sizes practical when testing locally.

Keep Inputs Consistent

  • Use the same URL format across all products.
  • Group similar products in one run for easier analysis.

Integrations

Connect your review dataset with:

  • Google Sheets — Build quick review analysis sheets.
  • Airtable — Create searchable review databases.
  • Slack — Send run completion alerts.
  • Webhooks — Push records into custom systems.
  • Make — Build no-code review automation flows.
  • Zapier — Trigger downstream actions.

Export Formats

  • JSON — For engineering and analytics pipelines.
  • CSV — For spreadsheet analysis.
  • Excel — For reporting and stakeholder sharing.
  • XML — For system integrations.

Frequently Asked Questions

How many reviews can I collect per product?

You can collect up to your chosen reviewsLimit. Popular products may contain many pages of reviews.

Can I scrape multiple products in one run?

Yes. Add multiple entries in productUrls and the actor processes each product.

Why are some fields missing on some reviews?

Not every review includes all optional attributes. Empty fields are removed from output by design.

How are duplicates handled?

Duplicate records are filtered automatically using review identity keys and fallback matching.

Do I need proxy configuration?

For larger or repeated runs, proxy usage is recommended to improve reliability.

Can I schedule regular runs?

Yes. Use Apify schedules for recurring collection and monitoring.


Support

For issues or feature requests, contact support through the Apify Console.

Resources


This actor is designed for legitimate data collection purposes. Users are responsible for complying with applicable laws and platform terms. Use collected data responsibly.