Companies Autocomplete
This data type allows to autocomplete the name of a company and shows a list of legal information about companies, usually gathered from their official registrations.
These information can be obtained by research with the endpoint /companies-autocomplete. You can performed the research with either :
- The company name
- The Registration number
It gives an overview of their identification.
| Field | Type | Description |
|---|---|---|
| name | string | Main denomination of the company. May differ from business/commercial names. |
| registration_number | string | Official registration code of the company. In France, this is the SIREN number. |
| registration_date | date | Date of registration as an organization with economic activities (INSEE registration date). |
| insee_closing_date | date | Date at which the organization was officially recorded as closed in the INSEE registry. |
| rncs_registration_date | date | Date of registration as a commercial company (RCS registration date). Not all entities need to register. |
| rncs_closing_date | date | Date at which the company was struck off from the trade and companies registry (RCS closing date). |
| registration_court | Registration court | Registration court object. See details. |
| legal | Legal | Legal form information. See details. |
| activity | Activity | Activity registered for the company. See details. |
| address | Address | Company address. See details. |
| capital | Capital | Capital stock information. See details. |
Endpoints
GET
/api/v6/companies-autocomplete?q={query}Autocomplete search for companies by name or registration number.
| Parameter | Required | Description |
|---|---|---|
q | Yes | Company name or SIREN to search |