Search company
Searches for a company by name and incorporation country and returns a list of matching companies and summary details.
To retrieve all available data for a given company, use the get company details endpoint.
URL
POST https://api.complycube.com/v1/lookup/companies
Headers
Name | Type | Description |
---|---|---|
| string | The API |
| string | The content-type must always be set to |
Body
Name | Type | Description |
---|---|---|
| string | The incorporation name of the company. |
| string | The company's incorporation country. This will be the two-letter country ISO code. |
Example request
The Company summary object
Attribute | Type | Description |
---|---|---|
| string | The unique identifier for a company. |
| string | The registered name of the company. |
| string | The registration number of the company. |
| string | The incorporation country of the company. |
| string | The date the company was incorporated. The format is |
| string | The incorporation type of the company. |
| object | The structured address of the company. |
| boolean | Indicates if a company is active. |
| string | The source URL from which the data was obtained. |
| string | The date and time when the company record was created at source. |
| string | The date and time when the company record was updated at source. |
Example response
Last updated