French Company Profile
company_fr_profileReturns the public profile of a French company from a SIREN or SIRET. Use when: You need a normalized public administrative profile for a French company from its SIREN or SIRET. You need headquarters, activity, legal-form, creation-date, employee-band or establishment-count fields in one response. Avoid when: You only need a yes/no existence or active-status check; use company/fr/verify. You need directors, financial statements, legal risk or compliance results; use the dedicated endpoint. Limitations: Some profile fields can be null when the public source does not expose them for the company. This endpoint does not replace the specialized directors, financials, risk or compliance endpoints. Price: 0.005 USD per call via x402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | 9-digit SIREN or 14-digit SIRET |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| siren | Yes | ||
| exists | Yes | ||
| status | Yes | ||
| identifier | Yes | ||
| is_employer | Yes | ||
| closure_date | Yes | ||
| headquarters | Yes | ||
| activity_code | Yes | ||
| creation_date | Yes | ||
| identifier_type | Yes | ||
| legal_form_code | Yes | ||
| company_category | Yes | ||
| employee_band_code | Yes | ||
| employee_band_year | Yes | ||
| establishments_count | Yes | ||
| open_establishments_count | Yes |