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/shopee/v1/shop1 credit
Seller profile for a Shopee shop by shop id or shop handle — name, description, logo and cover, country and city, listing count, followers, rating with its good/neutral/bad split, response rate and response time, order preparation time, cancellation rate, official-shop and verified-seller status, and when the shop opened. This is also where the product page's missing shop NAME comes from, and it tells you in advance whether a shop's product pages can be read at all
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/shopee/v1/shop \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"shop_id":"27651338","market":"id"}'Hit Send to run this endpoint live.