E-COMMERCE

Extract Meesho Data

Catalogue pricing, discounts, and supplier signals from Meesho.

Tell AuraCrawl what to pull from Meesho — "every catalogue for this query with price, MRP, discount, and design count, paginated to the end." Meesho’s search API returns catalogues rather than single SKUs, so we surface the price, the discount, and how many designs and suppliers sit behind each one.

What a response looks like

REQUEST

ask“Tell AuraCrawl what you need from Meesho in plain language — which entities, which fields, how often. That sentence is the spec.”

meesho-sample.json
{
  "catalog_id": "147197213",
  "product_id": "471834108",
  "name": "Chitrarekha Voguish Kurtis",
  "category": "Kurtis & Kurtas",
  "currency": "INR",
  "price": 194,
  "mrp": 215,
  "discount_pct": 10,
  "num_designs": 4,
  "num_suppliers": 2
}
Real capture from Meesho, 2026-08-30. Markets move — treat the values as a point in time, not a quote.

What you can extract

  • Catalogue names and category paths
  • Selling price versus MRP and discount
  • Number of designs and suppliers per catalogue
  • Trending and popularity flags
  • Catalogue imagery and canonical URLs
  • Full result sets across cursor pagination

PIPELINE Meesho serves a clean search API keyed by a cursor — an Open-tier target that paginates cleanly to the tail.

Request Meesho data.

Describe the fields, the volume, and the cadence. We scope the extraction and deliver a sample before you commit.