Lead generation
France SIRENE Company Registry Scraper
Export France's official SIRENE company registry — SIREN, legal name, NAF/APE industry code, legal form, workforce range, registration status and head-office address — filtered by name, NAF code, department, commune or workforce range, as clean JSON/CSV/Excel.
Free Apify credit covers a first run. No credit card to try.
What this Actor scrapes
France's recherche-entreprises API is the state's own keyless, public SIRENE company registry — no auth, no API key — but its JSON nests head-office address, workforce range, VAT numbers and officer data several levels deep inside each SIREN entity. This Actor flattens every matching company into one clean, English-labelled row, keeps running through malformed entries and genuine zero-match searches, and prices at $4.20 per 1,000 results at scale.
What we handle for you
- 🧊 Flattens SIRENE's nested JSON — head-office address, workforce range, VAT and size-category data flattened into one clean, English-labelled row per company.
- 🧱 Honest zero-match handling — a narrow filter combination that matches nothing still finishes SUCCEEDED with a clear status message, never billed as a failed run.
- 🩹 Per-row fault isolation — one malformed registry entry is logged and skipped; it never crashes the rest of the page.
- 🔁 Retries transient 429/5xx responses with exponential backoff instead of failing the whole run.
- 🎯 Typed, validated dataset rows — Pydantic-checked, stable SIREN identifiers, JSON / CSV / Excel export straight from the Apify Console.
- 💰 Pay-Per-Event pricing — you only pay for results that hit your dataset. No data, no charge.
Use cases
- Build a French B2B prospect list filtered by NAF industry code, department or commune.
- Run a KYC/AML supplier or counterparty check against France's authoritative SIRENE registry.
- Screen a partner list for ceased companies before contracting.
- Support market-entry research by pulling every registered company in a department, commune or industry line.
Input
Paste this into the Apify Console, or send it as the run input over the API. Proxy settings are on by default; you rarely need to touch them.
| Field | Type | Required | What it does |
|---|---|---|---|
nameQuery | string | no | Match companies whose name, SIREN or SIRET contains this text. |
nafCode | string | no | French NAF/APE industry code, format NN.NNL, e.g. 56.10C. Leave empty for all industries. |
departmentCode | string | no | INSEE department code, e.g. 13, 75, 2A. Leave empty to search all of France. |
communeCode | string | no | INSEE commune code, e.g. 13027. Leave empty to skip this filter. |
workforceRange | string | no | INSEE workforce-range code, e.g. 22. Leave empty to skip this filter. |
administrativeStatus | string | no | A = active, C = ceased. Defaults to active companies only. |
maxResults | integer | no | Stop after this many companies. Each company is one billed result row. |
{
"administrativeStatus": "A",
"maxResults": 3,
"proxyConfiguration": {
"useApifyProxy": false
}
} Output
One row per result, schema-validated before it is written. Export JSON, CSV, Excel or XML from the run, or read it over the API.
sirensiret_headquarterscompany_namelegal_nameacronymlegal_form_codecompany_size_categorycompany_size_labelnaf_codenaf_section_codenaf_section_labelworkforce_range_codeworkforce_range_yearadministrative_statusis_activecreation_date
{
"siren": "552100554",
"siret_headquarters": "55210055400015",
"company_name": "TOTALENERGIES SE",
"legal_name": "TOTALENERGIES SE",
"acronym": null,
"legal_form_code": "5710",
"company_size_category": "GE",
"company_size_label": "Grande entreprise (large enterprise)",
"naf_code": "70.10Z",
"naf_section_code": "M",
"naf_section_label": "Professional, scientific and technical activities",
"workforce_range_code": "53",
"workforce_range_year": "2023",
"administrative_status": "A",
"is_active": true,
"creation_date": "1924-03-28",
"closure_date": null,
"last_updated": "2026-08-20T04:12:00",
"street_address": "2 PLACE JEAN MILLIER",
"postal_code": "92400",
"city": "COURBEVOIE",
"department_code": "92",
"establishment_count": 412,
"open_establishment_count": 287,
"vat_number": "FR69542051180",
"url": "https://annuaire-entreprises.data.gouv.fr/entreprise/552100554"
} Pricing
| Event | Price | When |
|---|---|---|
| Actor start | $0.20 | Once per run, covers warm-up and proxy session setup. |
| Result emitted | $0.0040 | Per result written to the dataset. |
You pay only for results that land. Cap any run with maxTotalChargeUsd. See pricing & billing for worked examples.
Limitations
- Returns current registry data only — no financials, shareholders, beneficial owners or historical name/address change logs.
- Company size category and NACE section labels are decoded from bounded, standard INSEE/NACE Rev.2 tables — not a full free-text industry description.
- The
urlfield links to the public annuaire-entreprises.data.gouv.fr lookup page, which renders client-side and cannot be verified per-SIREN without a browser.
FAQ
Do I need an API key?
What happens if my filters match nothing?
Can I pull every company in an industry or department?
Why do I need at least one filter?
Ready to run it?
Open the listing on Apify, paste the input above, and watch rows land. If it ever breaks, it is our problem before it is yours.
Related Actors