The playground
Try any of 2074 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/empik/v1/products/batch2 credits
Up to 30 products in ONE request — id, title, url, category, rating, cover, creators and the current buybox offer (price, list price, seller) for each. This is the cheap way to refresh a watchlist: 30 products for the price of one call instead of 30 separate `product/detail` calls.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/empik/v1/products/batch \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"product_ids":"[\"p1102239921\",\"p1538551909\"]"}'Hit Send to run this endpoint live.