The playground

Try any of 1905 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/shein/v1/category/browse1 credit

Browse a Shein category shelf by category id (the number in a /-c-<id>.html URL) or by the URL itself, with pagination — returns the same rich product cards as search. IMPORTANT (measured 2026-09-03): Shein currently risk-gates this category endpoint on direct access (it answers even a real browser's own request with a block on a cold category navigation), so this action returns a clear retryable 'not reachable' error rather than a faked or empty shelf. Use `search` with a text query for catalogue coverage today. This endpoint activates automatically if/when the gate loosens.

Parameters
request preview
curl -X POST https://api.reefapi.com/shein/v1/category/browse \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{}'

Hit Send to run this endpoint live.

Playground · ReefAPI