Try any of 817 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.
Keyword search with brand/sort/price/rating/availability filters and offset pagination.
Search keyword.
Filter by brand slug (lowercased), e.g. apple, samsung.
Otto sort key (German 'sortierung', e.g. preis-aufsteigend, bewertung, neuheiten).
Minimum price (EUR).
Maximum price (EUR).
Advanced: raw Otto price range 'lo-hi' (overrides price_min/price_max).
Minimum star rating filter (1-5). (1–5)
Otto Zustand filter (German value, e.g. neu, gebraucht).
Otto Verfuegbarkeit filter (German value).
Pagination offset (skip N, page size 72). Page with meta.next_offset. (0–)
curl -X POST https://api.reefapi.com/otto/v1/search \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"query":"iphone"}'Hit Send to run this endpoint live.