Meesho Reviews Scraper 🛍️ avatar
Meesho Reviews Scraper 🛍️

Pricing

$19.99/month + usage

Go to Apify Store
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.

Pricing

$19.99/month + usage

Rating

5.0

(3)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

2

Bookmarked

98

Total users

1

Monthly active users

6 months ago

Last modified

Share

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.

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

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.

[
{
"productUrl": "https://www.meesho.com/m-white-mesh-runningwalkinggym-sports-shoes-for-men/p/1lri1w",
"review": {
"review_id": 952946388,
"created": "2025-01-08 10:19:49",
"rating": 5,
"helpful_count": 3,
"comments": "Nice product , and it was in good quality Well Thanks mesho",
"media": [
{
"id": 89972408,
"status": 1,
"url": "https://images.meesho.com/images/ratings_reviews/1/340498930/1_340498930_ed643168a5b70.jpeg",
"type": "image"
},
{
"id": 89972409,
"status": 1,
"url": "https://images.meesho.com/images/ratings_reviews/1/340498930/1_340498930_0acb1fe9c3067.jpeg",
"type": "image"
}
],
"author": {
"name": "Meesho User",
"profile_image": "https://images.meesho.com/images/reseller/profile_image/0d5b4b4e1e96ee59af0b628b91e72613_4d8e55e051b16_1722086779653_512.jpeg",
"helpful": 3
},
"product_name": "M- -White Mesh Running/Walking/Gym Sports Shoes For Men",
"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",
"product_image_thumb_url": "https://images.meesho.com/images/products/97021220/nmgj8_128.jpg",
"product_image_large_url": "https://images.meesho.com/images/products/97021220/nmgj8_512.jpg"
},
"scrapedAt": "2025-01-20T06:52:16.030Z"
},
...
]