Search the directory
When you finish: Your agent can find professionals near a point and return them ranked by distance.
- 1
The endpoint
GET https://hushh.ai/api/directory/search β public, no key required, no sign-in.
- 2
Locate by ZIP
curl 'https://hushh.ai/api/directory/search?zip=98033&profession=healthcare&specialty=Chiropractor'
- 3
Or locate by coordinates
Pass lat and lng instead of zip when you have a device fix. Ranking then uses the true position rather than a ZIP centroid: curl 'https://hushh.ai/api/directory/search?lat=47.68&lng=-122.20&profession=financial'
- 4
Read the response
results[] carries name, city, state, zip, distanceMiles, and a registry block naming the source. meta reports how many came from each corpus. A result marked unclaimed is a public record, not a participating member β represent it that way to your user.
professions: insurance, financial, healthcare, home-services, personal-care. Optional radius (default 25) and limit (default 20, max 50).
Check it yourself
These are live. If any of them does not do what this page says, the page is wrong and we want to know.