> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bizzy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Search

## Request

#### Query

<ParamField path="q" type="string" required>
  The name of the company you want to query, up to 20 characters
</ParamField>

<ParamField path="countryCode" type="string" optional>
  Any supported country code — see [Supported countries](/api-reference/v2/supported-countries). If omitted, the search runs across all supported countries.
</ParamField>

<ResponseExample>
  ```json Response - 200 theme={null}
  [
      {
          "countryCode": "BE",
          "companyId": "1778186251",
          "name": "Bizzy AI"
      }
  ]
  ```
</ResponseExample>
