The playground

Try any of 1536 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/tiktok-shop/v1/recommended_shops1 credit

Shops TikTok itself surfaces for a search term — a keyword-to-seller lookup that answers 'who sells this' rather than 'what is for sale'. Comes free alongside the US search page, so it costs one call and no extra bandwidth. US only

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/tiktok-shop/v1/recommended_shops \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"query":"yoga mat"}'

Hit Send to run this endpoint live.

Playground · ReefAPI