Meesho Reviews Scraper 🛍️ avatar

Meesho Reviews Scraper 🛍️

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
Meesho Reviews Scraper 🛍️

Meesho Reviews Scraper 🛍️

easyapi/meesho-reviews-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

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.

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\nSole Material: EVA\nFastening & Back Detail: Lace-Up\nPattern: Solid\nNet Quantity (N): 1\nWe believe in delivering Quality Par Excellence products to customers for their happy experience with us.\nSizes: \nIND-6 (Foot Length Size: 25 cm) \nIND-7 (Foot Length Size: 26 cm) \nIND-8 (Foot Length Size: 27 cm) \nIND-9 (Foot Length Size: 28 cm) \nIND-10 (Foot Length Size: 29 cm) \n\nCountry 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]
Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 1 star

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 21 days ago