Meesho Full Catalog / Bulk Exporter
Pricing
from $2.50 / 1,000 results
Go to Apify Store
Meesho Full Catalog / Bulk Exporter
Large-scale scraping of entire Meesho categories or search terms. Export 1,000–10,000+ products in one run.
Pricing
from $2.50 / 1,000 results
Rating
0.0
(0)
Developer
axly
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Export massive quantities of Meesho product data in a single run — entire categories, deep search results, or all popular categories at once. Powered by Meesho's reverse-engineered internal Android API for maximum speed without a browser.
Features
- Search mode — deep-paginate any keyword up to 100 pages
- Category mode — scrape an entire category by ID
- Popular categories mode — automatically fetch all top Meesho categories and scrape each one sequentially
- Deduplication — catalog IDs are tracked globally; no duplicates across sources
- Hard item cap —
max_total_itemsstops the run at your chosen limit regardless of pages remaining - Optional reviews — per-product reviews can be added to the output
- Progress logging — every page and source is logged in the Apify console
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | search | search, category, or popular_categories |
query | string | — | Search keyword (required for search mode) |
category_id | integer | — | Category ID (required for category mode) |
max_pages | integer | 15 | Pages per source (max 100) |
limit_per_page | integer | 20 | Products per API call (max 50) |
sort_option | string | — | POPULARITY, PRICE_ASC, PRICE_DESC, NEW_ARRIVALS |
include_reviews | boolean | false | Fetch buyer reviews (significantly slower) |
max_reviews_per_product | integer | 5 | Reviews per product when enabled |
delay_between_requests | integer | 500 | Delay between API calls in ms |
max_total_items | integer | 5000 | Hard cap on total items exported |
proxy_url | string | — | Optional HTTP/HTTPS proxy URL |
Sample Inputs
Bulk search export:
{"mode": "search","query": "saree","max_pages": 30,"limit_per_page": 40,"max_total_items": 1000,"sort_option": "POPULARITY"}
Full category export:
{"mode": "category","category_id": 12345,"max_pages": 50,"limit_per_page": 40,"max_total_items": 2000}
All popular categories:
{"mode": "popular_categories","max_pages": 10,"limit_per_page": 20,"max_total_items": 50000}
Output
Each dataset item represents one unique product:
{"catalog_id": 131015550,"name": "Women Printed Rayon Saree","price": 399,"original_price": 899,"discount": 55.6,"image_url": "https://images.meesho.com/...","images": ["https://..."],"supplier_id": 123456,"supplier_name": "Fashion Hub","rating": 4.1,"reviews_count": 512,"category": "Sarees","url": "https://www.meesho.com/product/131015550","fetched_at": "2026-05-03T10:00:00+00:00","reviews": []}
Performance Tips
| Goal | Settings |
|---|---|
| Max speed | delay=200, limit_per_page=40, include_reviews=false |
| Large safe export | delay=800, limit_per_page=20, max_total_items=10000 |
| Full catalog (overnight) | mode=popular_categories, max_pages=50, max_total_items=100000 |
Technical Notes
- Uses the Meesho Android API (
prod.meeshoapi.com). - TLS fingerprint spoofed via
curl_cffi(Chrome 120 profile) to bypass Akamai Bot Manager. - No Apify Proxy is used; all connections are direct by default.
- Catalog IDs are deduplicated in-memory across all pages and categories.
License
Apache 2.0