The playground
Try any of 1042 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/yelp/v1/business/search1 credit
Find a Yelp business by name (plus optional location) and return its Yelp business ID, name and Yelp URL. Pass the business ID straight into business/reviews or business/details. No Yelp account required.
Working example
Parameters
Business name to look up on Yelp — e.g. 'Blue Bottle Coffee'.
City / neighborhood to disambiguate same-named branches (strongly recommended).
Max ranked candidate matches to return (1–10). (1–10)
Resolve the Yelp business ID for every returned candidate (uses more calls). Default: resolve only the top match.
request preview
curl -X POST https://api.reefapi.com/yelp/v1/business/search \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"name":"Blue Bottle Coffee","location":"San Francisco"}'Hit Send to run this endpoint live.