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/product/detail2 credits
Full product record by Shein product id (the number in a /-p-<id>.html URL) or by the URL itself: name, current price and list price as numbers, discount, currency, images and gallery, colour variants, rating and review count, fit-percentages, category, brand and store code, stock and clearance flag, and any promotion tags. Note: a per-variant SIZE list is not included on this endpoint. A product Shein no longer serves comes back as NOT_FOUND, not an empty shell.
Parameters
request preview
curl -X POST https://api.reefapi.com/shein/v1/product/detail \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.