business-search

Long-tail business resolver. API-only service.

Endpoints

Example

curl -X POST https://<host>/api/lookup \
  -H "x-api-key: $KEY" \
  -H "content-type: application/json" \
  -d '{
    "name": "Bruce Charles Designs",
    "address": { "city": "Plano", "state": "TX" },
    "trace": true
  }'