Skip to main content
GET
/
v2
/
companies?q=
{q}
Search
curl --request GET \
  --url 'https://api.bizzy.ai/v2/companies?q={q}' \
  --header 'Authorization: Bearer <token>'
[
    {
        "countryCode": "BE",
        "companyId": "1778186251",
        "name": "Bizzy AI"
    }
]

Request

Query

q
string
required
The name of the company you want to query, up to 20 characters
countryCode
string
Any supported country code — see Supported countries. If omitted, the search runs across all supported countries.
[
    {
        "countryCode": "BE",
        "companyId": "1778186251",
        "name": "Bizzy AI"
    }
]