> ## 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>
  countryCode can be either `BE`, `NL` or `FR`, if ommited it will do a search across the 3 countries.
</ParamField>

<ResponseExample>
  ```json Response - 200 theme={null}
  [
      {
          "country": "BE",
          "companyNumber": "770493071",
          "name": "Bizzy Fintech",
          "place": "9000"
      }
  ]
  ```
</ResponseExample>
