
biz collect is a public API providing business contact data from a location and keywords, including emails.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://bizcollect.dev | Primary API endpoint. |
curl -X GET "https://bizcollect.dev" \ -H "Accept: application/json"