France Company Enricher — SIREN, KYB & B2B Lead Enrichment avatar

France Company Enricher — SIREN, KYB & B2B Lead Enrichment

Pricing

from $3.00 / 1,000 french company informations

Go to Apify Store
France Company Enricher — SIREN, KYB & B2B Lead Enrichment

France Company Enricher — SIREN, KYB & B2B Lead Enrichment

Enrich French companies by SIREN or name. Official government data for KYB compliance, CRM cleaning, and B2B prospecting

Pricing

from $3.00 / 1,000 french company informations

Rating

0.0

(0)

Developer

Alexandre Watrin

Alexandre Watrin

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 hours ago

Last modified

Share

🇫🇷 France Company Enricher

Enrich any French company with official data from the French government's open registry — in a single API call.

Perfect for KYB compliance, B2B lead enrichment, CRM cleaning, and due diligence workflows.


What does this Actor do?

Give it a SIREN number (9 digits) or a company name, and it returns a clean, normalized profile with:

  • Legal identity (SIREN, legal name, trade name)
  • Registered head office address
  • NAF/APE activity code and label
  • Administrative status (active / ceased)
  • Creation date
  • Company officers (dirigeants), including name and role

Data comes directly from the official French government API recherche-entreprises.api.gouv.fr, so it is always up to date and legally safe to use.


Why use this Actor?

  • Official data source — no scraping, no legal risk, no ToS violations
  • Clean, normalized output — no need to parse the raw government response
  • Batch processing — enrich hundreds or thousands of companies in one run
  • Pay only for results — you are charged per successfully enriched company
  • Fast and reliable — asynchronous requests with automatic error handling

Use cases

Use caseExample
KYB / complianceVerify a supplier exists and is legally active before signing a contract
B2B lead enrichmentAdd legal name, address, and officers to your CRM records
Due diligenceCheck the administrative status and creation date of a target company
Data cleaningNormalize messy company names into official SIREN records
Market researchBuild a dataset of companies by name or SIREN

Input

FieldTypeDescription
sirensarray of stringsRequired. A list of SIREN numbers (9 digits) or company names to enrich.
includeDirigeantsbooleanOptional. Include company officers in the output. Default: true.

Example input

{
"sirens": ["552100554", "542051180", "Renault"],
"includeDirigeants": true
}

Output

For each company found, the Actor pushes one record to the dataset.

Example output

{
"siren": "552100554",
"nom_complet": "RENAULT",
"nom_raison_sociale": "RENAULT",
"adresse": "13-15 QUAI LE GALLO 92100 BOULOGNE-BILLANCOURT",
"code_naf": "29.10Z",
"libelle_naf": "Construction de véhicules automobiles",
"etat_administratif": "A",
"date_creation": "1945-01-01",
"dirigeants": [
{
"nom": "DE MEO",
"prenoms": "Luca",
"qualite": "Directeur Général"
}
]
}

Output fields

FieldDescription
sirenThe company's unique 9-digit identifier
nom_completFull commercial name
nom_raison_socialeLegal registered name
adresseHead office address
code_nafFrench activity classification code
libelle_nafHuman-readable activity label
etat_administratifA = active, C = ceased
date_creationCompany creation date
dirigeantsList of officers (if includeDirigeants is enabled)

If a company cannot be found, it is skipped and a warning is logged. The Actor does not fail.


Pricing

This Actor uses Pay-Per-Event pricing:

EventPriceDescription
company_enriched$3.00 / 1,000 companiesCharged once per successfully enriched company
actor_start$0.00005Standard Apify startup fee

You only pay for results. If a company is not found, you are not charged for it.


How to use it

  1. Go to the Input tab.
  2. Paste your list of SIREN numbers or company names.
  3. (Optional) Toggle includeDirigeants on or off.
  4. Click Start.
  5. Download your results from the Dataset tab in JSON, CSV, or Excel format.

All data is retrieved from the official French government open data API:

https://recherche-entreprises.api.gouv.fr

This API is published by the French government under an open license (Licence Ouverte / Open Licence 2.0). The data is public, official, and free to reuse, including for commercial purposes.

This Actor does not scrape any website and does not violate any Terms of Service. It is a clean, compliant wrapper around a public API.


Limitations

  • Data covers companies registered in France only (including DOM-TOM).
  • Companies in Alsace-Moselle may have specific local registry rules that affect some fields.
  • The Actor returns the first matching result for a name-based query. For exact matching, always prefer SIREN numbers.
  • Rate limiting is handled automatically, but very large batches may take several minutes to complete.

Support

Found a bug or have a feature request? Please open an issue in the Issues tab of this Actor, or contact me directly through the Apify platform.

If you find this Actor useful, a ⭐ review helps a lot!


Changelog

v1.0.0 — Initial release

  • Enrich companies by SIREN or name
  • Return identity, address, NAF code, status, and creation date
  • Optional company officers
  • Pay-Per-Event monetization