Pricing
from $2.50 / 1,000 results
Go to Apify Store
Meesho Search & Category Scraper
Scrape Meesho products by keyword search or category browse using APIs. Fast, no browser needed.
Pricing
from $2.50 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
16
Total users
4
Monthly active users
2 months ago
Last modified
Categories
Share
Scrape products from Meesho by keyword search or category browse using the reverse-engineered internal Android API. No browser required โ pure API calls for maximum speed and reliability.
Features
- Search mode โ find products by keyword (e.g. saree, kurti, lehenga)
- Category mode โ browse all products in a category by ID
- Fetch categories โ list all available categories with their IDs
- Optional buyer reviews per product
- Configurable pagination, sorting, and request delays
- Structured output compatible with the Apify dataset viewer
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | search | search, category, or fetch_categories |
query | string | โ | Search keyword (required for search mode) |
category_id | integer | โ | Category ID (required for category mode) |
limit | integer | 20 | Results per page (max 50) |
max_pages | integer | 5 | Pages to paginate (max 30) |
sort_option | string | โ | POPULARITY, PRICE_ASC, PRICE_DESC, NEW_ARRIVALS |
include_reviews | boolean | false | Fetch buyer reviews per product |
reviews_per_product | integer | 5 | Reviews to fetch per product |
delay_between_requests | integer | 400 | Delay between API calls in ms |
proxy_url | string | โ | Optional HTTP/HTTPS proxy URL |
Sample Input
{"mode":"search","query":"kurti","limit":20,"max_pages":3,"sort_option":"POPULARITY","include_reviews":false}
Output
Each dataset item represents one product:
{"catalog_id":12345678,"name":"Women Printed Rayon Kurti","price":599,"original_price":1299,"discount":53.89,"image_url":"https://...","images":["https://..."],"supplier_id":98765,"supplier_name":"Supplier XYZ","rating":4.2,"reviews_count":234,"category":"Kurtis","url":"https://www.meesho.com/product/12345678","fetched_at":"2026-05-02T10:00:00+00:00","reviews":[]}
In fetch_categories mode each item is:
{"id":1234,"name":"Kurtis","section_name":"Women","group_name":"Ethnic Wear","image_url":"https://..."}
Usage Tips
- Run
fetch_categoriesfirst to discover validcategory_idvalues. - Increase
delay_between_requests(e.g. to 800โ1200 ms) if you hit rate limits. include_reviews=trueadds one extra API call per product โ usemax_pages=1for quick tests.
Technical Notes
- Uses the Meesho Android API (
prod.meeshoapi.com) with a static API key baked into the app. - TLS fingerprint is spoofed via
curl_cffi(Chrome 120 profile) to bypass Akamai Bot Manager. - No Apify Proxy is used; connections are direct by default.
License
Apache 2.0
