The playground

Try any of 1868 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/douglas/v1/search1 credit

Search a Douglas storefront by keyword and/or category, with the site's own sorts and filters (brand, category, price range, on-sale). Each row: product + variant code, name, brand, the logged-out price, the struck was-price + discount, the EU 30-day lowest price, the per-100 ml/per-litre base price, rating + count, availability/stock, sale/new/exclusive flags, marketplace seller, images and images. EAN and ingredients are on product/detail. No-result searches return empty (the site's own 204); a keyword→category/brand redirect is reported and the real rows are kept.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/douglas/v1/search \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"country":"at","query":"dior sauvage"}'

Hit Send to run this endpoint live.

Playground · ReefAPI