Meesho Reviews Scraper 🛍️

Meesho Reviews Scraper 🛍️

Extract detailed product reviews from Meesho.com, including ratings, comments, review images, and author information. Perfect for market research, sentiment analysis, and product feedback monitoring.

ECOMMERCEINTEGRATIONSApify

Meesho Reviews Scraper is a powerful tool that extracts comprehensive product review data from Meesho.com, India's popular e-commerce platform.

🔥 Features

  • Extract detailed product reviews and ratings
  • Capture review images and media content
  • Collect reviewer information and profile data
  • Get product details including name, description, and images
  • Support for multiple product URLs
  • Customizable maximum items limit
  • Built-in anti-blocking mechanisms

📊 Output Data Structure

The actor provides detailed review data including:

  • Product information (URL, name, description)
  • Review details (ID, rating, comments, creation date)
  • Media attachments (images with URLs)
  • Author information (name, profile image)
  • Helpful votes count
  • Timestamp of data collection

🎯 Use Cases

  • Market Research: Analyze customer feedback and sentiment
  • Product Development: Gather insights for product improvements
  • Competitive Analysis: Monitor competitor product reviews
  • Quality Assurance: Track customer satisfaction
  • Marketing Strategy: Understand customer preferences

💡 Input Parameters

  • productUrls: Array of Meesho product URLs to scrape reviews from
  • maxItems: Maximum number of reviews to collect (optional, default: unlimited)

📌 Limitations

  • Respects Meesho's terms of service and rate limits
  • Maximum concurrent requests are optimized for stability
  • Some reviews might be unavailable due to platform restrictions

💪 Support

For any questions or custom requirements, please reach out through Apify's platform.

Input Example

A full explanation of an input example in JSON.

1{
2    "productUrls": [
3        "https://www.meesho.com/m-white-mesh-runningwalkinggym-sports-shoes-for-men/p/1lri1w"
4    ],
5    "maxItems": 30
6}

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.

1[
2    {
3        "productUrl": "https://www.meesho.com/m-white-mesh-runningwalkinggym-sports-shoes-for-men/p/1lri1w",
4        "review": {
5            "review_id": 952946388,
6            "created": "2025-01-08 10:19:49",
7            "rating": 5,
8            "helpful_count": 3,
9            "comments": "Nice product , and it was in good quality Well Thanks mesho",
10            "media": [
11                {
12                    "id": 89972408,
13                    "status": 1,
14                    "url": "https://images.meesho.com/images/ratings_reviews/1/340498930/1_340498930_ed643168a5b70.jpeg",
15                    "type": "image"
16                },
17                {
18                    "id": 89972409,
19                    "status": 1,
20                    "url": "https://images.meesho.com/images/ratings_reviews/1/340498930/1_340498930_0acb1fe9c3067.jpeg",
21                    "type": "image"
22                }
23            ],
24            "author": {
25                "name": "Meesho User",
26                "profile_image": "https://images.meesho.com/images/reseller/profile_image/0d5b4b4e1e96ee59af0b628b91e72613_4d8e55e051b16_1722086779653_512.jpeg",
27                "helpful": 3
28            },
29            "product_name": "M- -White Mesh   Running/Walking/Gym Sports Shoes For Men",
30            "product_description": "Material: Synthetic
Sole Material: EVA
Fastening & Back Detail: Lace-Up
Pattern: Solid
Net Quantity (N): 1
We believe in delivering Quality Par Excellence products to customers for their happy experience with us.
Sizes:
IND-6 (Foot Length Size: 25 cm)
IND-7 (Foot Length Size: 26 cm)
IND-8 (Foot Length Size: 27 cm)
IND-9 (Foot Length Size: 28 cm)
IND-10 (Foot Length Size: 29 cm)

Country of Origin: India"
,
31 "product_image_thumb_url": "https://images.meesho.com/images/products/97021220/nmgj8_128.jpg", 32 "product_image_large_url": "https://images.meesho.com/images/products/97021220/nmgj8_512.jpg" 33 }, 34 "scrapedAt": "2025-01-20T06:52:16.030Z" 35 }, 36 ... 37]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!