The playground

Try any of 1900 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/carrefour-fr/v1/product/offers1 credit

Every offer on one carrefour.fr product (by EAN or URL): the Carrefour store offer, Carrefour home delivery and each marketplace seller, with price, struck price, loyalty offers, shipping cost and delivery time, seller rating, stock and warranty add-ons, plus the cheapest offer.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/carrefour-fr/v1/product/offers \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"product_id":"6942351431352"}'

Hit Send to run this endpoint live.

Playground · ReefAPI