insee_get_etablissement
Look up a specific French business establishment by its 14-digit SIRET number to retrieve official address and branch details from INSEE.
Instructions
Return the establishment (établissement) for one 14-digit SIRET.
Use this for a specific branch or address (SIRET includes the SIREN plus a NIC). Requires a valid portal API key.
Args: siret: Fourteen-digit SIRET (spaces optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siret | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| etablissement | Yes | Full establishment (établissement) object as returned by INSEE; structure matches official Sirene 3.11 documentation (nested camelCase fields). |