# Meesho Catalog API

Lightweight Meesho catalog, product, review, recommendation, and category extraction.

- Platform ID: `meesho`
- Capabilities: 7
- Execute endpoint: `POST https://data.upscrape.com/execute`

## Capabilities

### [Category tree](https://docs.upscrape.com/docs/platforms/meesho/catalog.categories)

- Capability ID: `catalog.categories`
- Cost: 1 credit per request

Retrieve Meesho navigation categories.
### [Category listings](https://docs.upscrape.com/docs/platforms/meesho/catalog.category)

- Capability ID: `catalog.category`
- Cost: 1 credit per request

List Meesho catalogs for a supplied category route.
### [Home feed](https://docs.upscrape.com/docs/platforms/meesho/catalog.feed)

- Capability ID: `catalog.feed`
- Cost: 1 credit per request

Retrieve a page of the Meesho home feed.
### [Catalog search](https://docs.upscrape.com/docs/platforms/meesho/catalog.search)

- Capability ID: `catalog.search`
- Cost: 1 credit per request

Search Meesho catalogs by keyword.
### [Product detail](https://docs.upscrape.com/docs/platforms/meesho/product.get)

- Capability ID: `product.get`
- Cost: 1 credit per request

Retrieve a Meesho product record by its product code.
### [Product recommendations](https://docs.upscrape.com/docs/platforms/meesho/product.recommendations)

- Capability ID: `product.recommendations`
- Cost: 1 credit per request

Retrieve recommendations for a Meesho catalog.
### [Product reviews](https://docs.upscrape.com/docs/platforms/meesho/product.reviews)

- Capability ID: `product.reviews`
- Cost: 1 credit per request

Retrieve Meesho review summary data for a product code.

## Common uses

- Price and catalog monitoring
- Category and assortment analysis

## Integration contract

All capabilities use the shared `POST /execute` envelope. A `200` response completed inline; a `202` response must be polled through `GET /jobs/{id}`.

See [authentication](https://docs.upscrape.com/docs/api/authentication), [jobs and results](https://docs.upscrape.com/docs/api/jobs), and [errors and retries](https://docs.upscrape.com/docs/api/errors).
