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/search1 credit

Search the Yellow Pages business directory by category/keyword and US location. Returns up to 30 businesses per page with name, phone, address, categories, star rating, review count, years in business, a 'From Business' snippet and the detail URL. Paginate with `page`; meta.total_results gives the full match count.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/yellowpages/v1/search \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"search_terms":"plumber","geo_location_terms":"Austin, TX"}'

Hit Send to run this endpoint live.