Meesho Product Scraper avatar
Meesho Product Scraper

Pricing

$5.00/month + usage

Go to Apify Store
Meesho Product Scraper

Meesho Product Scraper

This Apify scraper extracts detailed product data from Meesho, including titles, prices, images, ratings, and categories. Perfect for market research, price monitoring, and e-commerce analytics with structured JSON or CSV output for easy data analysis.

Pricing

$5.00/month + usage

Rating

5.0

(4)

Developer

ScrapeAI

ScrapeAI

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

a month ago

Last modified

Share

🧠 Meesho Product API Scraper

This Apify actor scrapes product listings from Meesho using their official API endpoint. It extracts structured product data such as name, price, discount, image, seller, rating, and more — perfect for e-commerce data collection and market research.

✅ Use Cases

🛍️ Collect product listings and prices via API

📊 Perform market research and competitor analysis

💰 Monitor pricing and discounts

🏷️ Build product catalogs for various categories

📥 Input Configuration

You can customize the actor using the following input fields:

{
"search": "saree",
"maxItems": 100,
"enableCaching": true,
"debugMode": false
}

🧾 Fields Explained Field Type Description search string Product search term (e.g., 'saree', 'kurti', 'dress') maxItems number Maximum number of products to scrape (0 for unlimited) enableCaching boolean Enable duplicate prevention by product name debugMode boolean Enable detailed logging for debugging

📤 Output

The actor returns a dataset containing an array of structured product listings fetched directly from Meesho's API. Each record includes key details about the product, suitable for e-commerce analysis and data collection.

🧩 Sample Output

[
{
"name": "Jivika Sensational Sarees",
"price": "₹246",
"originalPrice": "₹272",
"discount": "10% off",
"image": "https://images.meesho.com/images/products/537360366/i1q8t_512.webp?width=360",
"seller": "",
"rating": "3.9",
"reviews": "4774 Reviews",
"shared_url": "https://www.meesho.com/white-lehriya-sareeholi-specialleheriya-saree/p/8vxhwu",
"success": true
}
]

🚀 How to Use

Open the actor in Apify Console

Click "Try actor" or create a new task

Enter your desired search term

Set maximum items to scrape (optional)

Run the actor

Download your product data in JSON, CSV, or Excel format

⚙️ Advanced Input Example

{
"search": "kurti",
"maxItems": 500,
"enableCaching": true,
"debugMode": true,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "IN"
}
}

🛠️ Tech Stack

🧩 Apify SDK — for actor and data handling

🕷️ Crawlee — for robust data processing

🌐 Fetch API — for direct API communication

⚙️ Node.js — fast, scalable backend environment

🔄 API-Based Approach

This actor uses Meesho's official API endpoint (https://www.meesho.com/api/v1/products/search) for:

⚡ Faster data collection (no browser rendering)

🎯 More reliable extraction (structured API responses)

🔧 Easier maintenance (API changes are easier to handle)

📊 Higher success rates (no DOM parsing issues)