The playground
Try any of 1453 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/yellowpages/v1/category1 credit
Browse every business in a Yellow Pages category for a US city — e.g. all restaurants in Chicago, all dentists in Miami. Same business fields as search, paginated. Use this when you want a city-wide category list rather than a keyword search.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/yellowpages/v1/category \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"category":"restaurants","location":"Chicago, IL"}'Hit Send to run this endpoint live.