The playground
Try any of 919 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/enrich-local/v1/batch8 credits
enrich up to 10 businesses in one call (lead-list use-case; per-item ok/error, cache-first).
Working example
Parameters
Up to 10 businesses (each {name,location} / {place_query} / {name,lat,lng}). Lead-list enrichment; per-item ok/error, cache-first.
Run ONLY these enrichment groups (cost control). Default: all. `place` (Google Maps) is always resolved — it is the anchor.
Drop these enrichment groups from the default set.
request preview
curl -X POST https://api.reefapi.com/enrich-local/v1/batch \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"businesses":"[{\"name\":\"b0\",\"location\":\"x\"},{\"name\":\"b1\",\"location\":\"x\"},{\"name\":\"b2\",\"location\":\"x\"},{\"name\":\"b3\",\"location\":\"x\"},{\"name\":\"b4\",\"location\":\"x\"},{\"name\":\"b5\",\"location\":\"x\"},{\"name\":\"b6\",\"location\":\"x\"},{\"name\":\"b7\",\"location\":\"x\"},{\"name\":\"b8\",\"location\":\"x\"},{\"name\":\"b9\",\"location\":\"x\"},{\"name\":\"b10\",\"location\":\"x\"}]"}'Hit Send to run this endpoint live.