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/category/browse2 credits

Browse a meesho.com category page: the same product rows as search plus the struck price, which this listing publishes somewhat more often, together with the category's own title, description, breadcrumb and lowest price. Take the category from `categories`.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/meesho/v1/category/browse \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"category":"https://www.meesho.com/sarees/pl/3iy","limit":"20"}'

Hit Send to run this endpoint live.

Playground · ReefAPI