Meesho Full Catalog / Bulk Exporter avatar

Meesho Full Catalog / Bulk Exporter

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Meesho Full Catalog / Bulk Exporter

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

axly

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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 capmax_total_items stops 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

FieldTypeDefaultDescription
modestringsearchsearch, category, or popular_categories
querystringSearch keyword (required for search mode)
category_idintegerCategory ID (required for category mode)
max_pagesinteger15Pages per source (max 100)
limit_per_pageinteger20Products per API call (max 50)
sort_optionstringPOPULARITY, PRICE_ASC, PRICE_DESC, NEW_ARRIVALS
include_reviewsbooleanfalseFetch buyer reviews (significantly slower)
max_reviews_per_productinteger5Reviews per product when enabled
delay_between_requestsinteger500Delay between API calls in ms
max_total_itemsinteger5000Hard cap on total items exported
proxy_urlstringOptional 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

GoalSettings
Max speeddelay=200, limit_per_page=40, include_reviews=false
Large safe exportdelay=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