UnifyAPI
← Back to catalog

insee.establishment_by_siret

mock data$0.001 / call

Lookup French Establishment by SIRET

Retrieve the official record of a French establishment (physical site/branch) from the INSEE Sirene registry using its 14-digit SIRET number (SIREN + NIC). Returns the establishment status (active/closed), NAF activity code, creation date, full postal address (street, postal code, city), head-office flag, and the parent company (legal unit) record. The Sirene database covers ~40M French establishments; address data is geocoded by INSEE. Use insee.company.by_siren to look up only the parent company, or insee.establishment.search to find establishments by postal code or city.

Referenceprovider: Insee#insee#reference

Input schema

siretrequired

SIRET establishment identifier — exactly 14 digits (SIREN + NIC, e.g. 55208131766522). Spaces are stripped automatically.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/insee.establishment_by_siret \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"siret":"<siret>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.