France Company Registry (SIRENE) Fresh Details
Pricing
from $0.90 / 1,000 results
France Company Registry (SIRENE) Fresh Details
French company data from the official SIRENE registry (recherche-entreprises.api.gouv.fr): search by name or keyword, filter by postal code or department. SIREN, legal nature, NACE activity, address, directors, employee range, establishments. Free official API, no scraping. Pay-per-event.
Pricing
from $0.90 / 1,000 results
Rating
0.0
(0)
Developer
Karl Sundström
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
20 hours ago
Last modified
Categories
Share
France Company Registry (SIRENE) — French Company Data API
Independent tool, not affiliated with INSEE or data.gouv.fr.
Extract French company data from the official SIRENE registry (recherche-entreprises.api.gouv.fr) and turn France's national register into a targeted B2B list. Search by name or keyword, filter by postal code or department. Get SIREN, legal nature, NAF activity code, employee range, establishment counts, registered address, directors and the full establishment list. Official API — no scraping, no API key, no login.
Why SIRENE API?
- 🎯 Build prospect lists across any French industry — filterable down to the department.
- 👥 Directors included — dirigeants on each record, so you know who to contact.
- 🏢 Establishment lists — up to 25 establishments per company for multi-site targeting.
- ✅ Verify counterparties — SIREN, legal nature and activity straight from the national register.
- 📋 Enrich your CRM — flat, one-record-per-company JSON ready for import.
Use cases
Lead generation in France · KYC/counterparty verification · territory research by department · multi-site account mapping · CRM enrichment
What data you get?
| 🏷️ Field | Description |
|---|---|
| 🆔 siren / siret | SIREN + headquarters SIRET |
| 🏢 name / sigle | Company name |
| 🏛️ legalNature | Legal nature code (nature_juridique) |
| 📊 category | Company category (PME/ETI/GE) |
| 🧭 activityCode / activitySection | NAF/APE code + section |
| 📅 createdAt | Creation date |
| 👥 employeeRange | Employee range (tranche effectif) |
| 🏬 establishmentCount / openEstablishmentCount | Establishment counts |
| ✅ active | Administratively active |
| 📍 address / postalCode / city / department / region | Headquarters location |
| 👔 directors | Directors (dirigeants) |
| 🏬 establishments | Establishment list (up to 25) |
How to use
- Add the actor to your Apify account and click Run.
- Enter
query(e.g.boulangerie paris), optionallypostalCodeordepartment. - Keep
fetchDetailson for the establishment list — no extra API calls needed. - Set
maxResultsto cap the run (default 100, max 1000). - Export results as JSON, CSV or Excel.
Input
{"query": "boulangerie paris","postalCode": "75011","maxResults": 100}
| Field | Type | Description | Default |
|---|---|---|---|
query | string | Company name or keyword | — |
postalCode | string | Filter by headquarters postal code (e.g. 75011) | — |
department | string | Filter by department number (e.g. 75), matches any establishment | — |
fetchDetails | boolean | Enrich with establishment list (up to 25) from the same response | on |
maxResults | integer | Cap on companies returned | 100 (max 1000) |
Output
{"siren": "552100554","name": "EXAMPLE SA","legalNature": "5599","category": "GE","activityCode": "56.10A","employeeRange": "500 à 999 salariés","establishmentCount": 12,"active": true,"address": "12 rue de l'Exemple","postalCode": "75011","city": "Paris","department": "75","directors": [{"nom": "DUPONT", "prenom": "Jean", "fonction": "PRESIDENT"}]}
Directors and establishment details appear where the register publishes them.
Support
Questions or missing fields? Open an issue on the actor page or contact the developer via Apify.