French SIRENE Data avatar

French SIRENE Data

Under maintenance

Pricing

Pay per event

Go to Apify Store
French SIRENE Data

French SIRENE Data

Under maintenance

Get official French registry data from a SIREN number: NAF code, legal form, registered address, VAT number, creation date, and more from any input: company name, domain, linkedin url, sales nal, SIRET number, SIREN number...

Pricing

Pay per event

Rating

0.0

(0)

Developer

Enrich-CRM

Enrich-CRM

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

📋 Enrich-CRM — French SIRENE Data

Get official French registry data (NAF code, legal form, address, VAT number…) from a SIREN or SIRET.

Powered by Enrich-CRM · Real-time data · No cached profiles · <1s response · GDPR compliant · EU servers


What does this Actor do?

Query the French SIRENE registry to retrieve structured legal data for any company: NAF/APE code, legal form (SAS, SARL, SA…), registered address, headcount category, VAT number, creation date, and administrative status. Supports SIREN, SIRET, domain, or company name.

Use cases

  • Automatically fill legal fields when a French deal closes
  • KYB (Know Your Business) automation for French clients
  • Sync SIREN/SIRET + legal form into your invoicing tool (Pennylane, Sellsy…)

Input parameters

Waterfall logic: provide more identifiers to increase accuracy. The API tries them in order until a confident match is found.

ParameterDescriptionExample
apiId(Optional) Your Enrich-CRM API key. Leave empty to use the built-in key (Apify fees apply).YOUR_KEY
items(Optional) JSON array for batch mode — see below.[{"email": "..."}]
siren9-digit French SIREN. Primary identifier.552139677
siret14-digit French SIRET.55213967700025
domainCompany domain (used to find SIREN if not provided).septodont.fr
companyNameCompany name (fallback identifier).Septodont
companyLinkedinUrlCompany LinkedIn page URL.https://www.linkedin.com/company/septodont-france/
companyLinkedinSalesNavUrlCompany Sales Navigator URL.https://www.linkedin.com/sales/company/96020024
companyLinkedinIdNumerical LinkedIn company ID.96020024
companyLinkedinSalesNavIdNumerical Sales Navigator company ID.96020024

Single-item example

{
"siren": "812345678"
}

Batch mode example

Pass an items array to enrich multiple records in one run:

{
"items": [
{
"siren": "812345678"
},
{
"siren": "812345678"
}
]
}

Results are saved to the Actor's default dataset — one row per input item.


Response fields

FieldTypeDescription
_successbooleantrue if a result was found
_inputobjectThe input parameters sent for this item
sirenNumberstring9-digit SIREN
siretNumberstring14-digit SIRET of the main establishment
companyNamestringOfficial registered company name
nafCodestringNAF/APE activity code (e.g. '6201Z')
nafLabelstringHuman-readable label for the NAF code
legalFormstringLegal form (SAS, SARL, SA, SASU…)
registeredAddressstringFull registered address
headcountCategorystringHeadcount category (e.g. '20 à 49 salariés')
vatNumberstringFrench VAT number (TVA intracommunautaire)
creationDatestringCompany creation date (YYYY-MM-DD)
closureDatestringCompany closure date, if applicable
administrativeStatusstringActive / Closed

Pricing

ModelCost
First 10 calls per actorFree — no credit card required
Additional results$0.03 per result (charged only when data is found)
Bring Your Own Key (BYOK)Provide your apiId → billed directly by Enrich-CRM (1 credit = 1 result found)

A "result" means the API returned a non-empty profile. If no data is found for an input, no credit or Apify charge applies.


All Enrich-CRM Actors