The playground
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.
Playground demo key · api.reefapi.com
post/rakuten/v1/search1 credit
keyword or genre product search (name/price/shop/reviews/images), paginated
Working example
Parameters
Search keyword. (search needs keyword OR genre_id.)
Rakuten genre id to browse (discover via the genres action).
Result page (1-based). Page forward with meta.next_page. (1–)
Result ordering (raw Rakuten 's' codes also accepted).
Minimum price (JPY).
Maximum price (JPY).
request preview
curl -X POST https://api.reefapi.com/rakuten/v1/search \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"keyword":"phone"}'Hit Send to run this endpoint live.