The playground

Try any of 1190 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/products_batch2 credits

Look up MANY Shein products in ONE call by product id — up to 20 per request. COST, stated plainly: Shein publishes no batched product endpoint, so this costs ONE upstream request PER ID exactly as if you had called product/detail N times, and it is priced that way. What you save is wall-clock, not requests. Ids Shein does not serve come back in `not_found` rather than being silently dropped.

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

Hit Send to run this endpoint live.