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/search1 credit

Search a Shein storefront and get rich product rows for the query. Each row is a full card: name, product id, URL, current price and list price as numbers, discount, currency, primary image and gallery, rating and review count, colour variants, fit-percentages, category, stock and clearance flag. Up to ~120 rows per page; pass `page` to step through, or `max_results` to auto-collect across pages. Cost scales with the number of rows returned. A page that arrives without its product data is reported as a retryable error, never as an empty result set.

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

Hit Send to run this endpoint live.