The playground

Try any of 919 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/price-compare/v1/search2 credits

keyword/EAN product search across a comparison source → product cards with lowest_price, offer_count, rating, image, comparison_url

Working example
Parameters

Search keyword (product name, model, or EAN/GTIN).

Price-comparison source. LIVE: geizhals (DACH, full-curl SSR) · akakce (TR, BARE api6.akakce.com internal JSON API — no browser, curl_cffi+proxy) · cimri (TR, browser-mint over the Cloudflare managed-challenge). Idealo is NOT live: its /preisvergleich/* data prefix is behind Akamai Bot Manager (_abck sensor) which our proxy pool cannot clear (browser-mint attempted live 2026-06-11 — see notes/browser_mint_verdict.json; needs cleaner residential/mobile IPs).

Locale host. geizhals: de/at/eu (same DOM, different merchant pool). cimri/akakce are TR-only (country is ignored for them).

Result page (1-based). Page forward with meta.next_page. (1–50)

Result sort order. geizhals: passed to the site 'sort' value. akakce: engine-side offer sort — 'p' price asc, '-p' price desc.

request preview
curl -X POST https://api.reefapi.com/price-compare/v1/search \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"query":"iphone 15"}'

Hit Send to run this endpoint live.