French SIREN Number Finder avatar

French SIREN Number Finder

Under maintenance

Pricing

Pay per event

Go to Apify Store
French SIREN Number Finder

French SIREN Number Finder

Under maintenance

Find the French SIREN number of a company from its name, domain, linkedin url, sales nav...

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

2 days ago

Last modified

Categories

Share

πŸ‡«πŸ‡· Enrich-CRM β€” French SIREN Number Finder

Find the French SIREN number of any company from its name, domain, or LinkedIn URL.

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


What does this Actor do?

Given a company name, domain, or LinkedIn URL, this Actor returns the corresponding French SIREN number (9-digit national business identifier). Useful as a first step before fetching full SIRENE registry data.

Use cases

  • Retrieve the SIREN of a new client before KYB checks
  • Enrich French company accounts with their SIREN number
  • Chain with the SIRENE Data actor to get full legal data

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": "..."}]
domainCompany domain.septodont.fr
companyNameCompany name.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

{
"companyName": "Doctolib",
"domain": "doctolib.fr"
}

Batch mode example

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

{
"items": [
{
"companyName": "Doctolib",
"domain": "doctolib.fr"
},
{
"companyName": "Doctolib",
"domain": "doctolib.fr"
}
]
}

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 French SIREN identifier
siretNumberstring14-digit SIRET of the main establishment
companyNamestringOfficial registered company name
companyDomainstringCompany domain (if matched)
confidenceScorenumberMatch confidence score (0–100)

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