← Back to catalog
insee.company_by_siren
mock data$0.001 / callLookup French Company by SIREN
Retrieve the official record of a French legal unit (company, association, sole trader) from the INSEE Sirene national registry using its 9-digit SIREN identifier. Returns the current company name, acronym, administrative status (active/ceased), NAF/APE activity code, legal category code, creation date, company-size band (TPE/PME/ETI/GE), and head-office NIC. The Sirene database covers all ~30M French legal units registered since 1973, updated daily. Use insee.establishment.by_siret for physical address and site-level details, or insee.company.search to find companies by name or activity code.
Input schema
sirenrequired
stringSIREN company identifier — exactly 9 digits (e.g. 552081317 for EDF). Spaces are stripped automatically.
Call via REST
curl -X POST https://unifyapi.pro/api/call/insee.company_by_siren \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"siren":"<siren>"}'