Search for companies
This endpoint allows you to search for companies based on a country code and a query string.
The search can be performed using either a company legal name, commercial name, historical name, or registration number. Capabilities vary by country.
The results include basic company information such as name, address, and the id of the company. You can pass this id to the getCompany endpoint to retrieve more detailed information about the company.
Depending on the country, the speed might vary, from sub-second results, up to 10 seconds.
Authorizations
Query Parameters
Country code, which can be an ISO country code, or for the United States, a combination of "US" and the state code (e.g., "US-CA" for California).
BE
, CH
, CN
, DE
, ES
, FR
, GB
, IT
, NL
, PT
, HK
, LU
, MT
The search query, which can be a company name or registration number. Note that search capabilities may vary by country, with some supporting only name or registration number searches.
"Semaphore"
Response
List of companies
The response is of type object[]
.