The playground

Try any of 2165 endpoints — live.

Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.

Playground demo key · api.reefapi.com
post/meesho/v1/search1 credit

Search meesho.com by keyword, up to 100 products per call: product code, title, INR price with Meesho's own struck price and discount where it publishes them, the offer line, rating and rating count, images, the product attributes and size/fabric text, free-delivery and express flags, the supplier's state, Meesho Mall status and listing date. Narrow with meesho.com's own filters (colour, price band, rating, discount, fabric, size, category, gender) and sort the way the site does. A no-result query is reported as one instead of returning the unrelated products meesho.com pads it with.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/meesho/v1/search \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"query":"kurti","limit":"20"}'

Hit Send to run this endpoint live.

Playground · ReefAPI