France Company Enricher — SIREN, KYB & B2B Lead Enrichment
Pricing
from $3.00 / 1,000 french company informations
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 hours ago
Last modified
Categories
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 case | Example |
|---|---|
| KYB / compliance | Verify a supplier exists and is legally active before signing a contract |
| B2B lead enrichment | Add legal name, address, and officers to your CRM records |
| Due diligence | Check the administrative status and creation date of a target company |
| Data cleaning | Normalize messy company names into official SIREN records |
| Market research | Build a dataset of companies by name or SIREN |
Input
| Field | Type | Description |
|---|---|---|
sirens | array of strings | Required. A list of SIREN numbers (9 digits) or company names to enrich. |
includeDirigeants | boolean | Optional. 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
| Field | Description |
|---|---|
siren | The company's unique 9-digit identifier |
nom_complet | Full commercial name |
nom_raison_sociale | Legal registered name |
adresse | Head office address |
code_naf | French activity classification code |
libelle_naf | Human-readable activity label |
etat_administratif | A = active, C = ceased |
date_creation | Company creation date |
dirigeants | List 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:
| Event | Price | Description |
|---|---|---|
company_enriched | $3.00 / 1,000 companies | Charged once per successfully enriched company |
actor_start | $0.00005 | Standard Apify startup fee |
You only pay for results. If a company is not found, you are not charged for it.
How to use it
- Go to the Input tab.
- Paste your list of SIREN numbers or company names.
- (Optional) Toggle
includeDirigeantson or off. - Click Start.
- Download your results from the Dataset tab in JSON, CSV, or Excel format.
Data source & legal notice
All data is retrieved from the official French government open data API:
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