France Company Registry (SIRENE) Fresh Details avatar

France Company Registry (SIRENE) Fresh Details

Pricing

from $0.90 / 1,000 results

Go to Apify Store
France Company Registry (SIRENE) Fresh Details

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

Karl Sundström

Maintained by Community

Actor 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?

🏷️ FieldDescription
🆔 siren / siretSIREN + headquarters SIRET
🏢 name / sigleCompany name
🏛️ legalNatureLegal nature code (nature_juridique)
📊 categoryCompany category (PME/ETI/GE)
🧭 activityCode / activitySectionNAF/APE code + section
📅 createdAtCreation date
👥 employeeRangeEmployee range (tranche effectif)
🏬 establishmentCount / openEstablishmentCountEstablishment counts
✅ activeAdministratively active
📍 address / postalCode / city / department / regionHeadquarters location
👔 directorsDirectors (dirigeants)
🏬 establishmentsEstablishment list (up to 25)

How to use

  1. Add the actor to your Apify account and click Run.
  2. Enter query (e.g. boulangerie paris), optionally postalCode or department.
  3. Keep fetchDetails on for the establishment list — no extra API calls needed.
  4. Set maxResults to cap the run (default 100, max 1000).
  5. Export results as JSON, CSV or Excel.

Input

{
"query": "boulangerie paris",
"postalCode": "75011",
"maxResults": 100
}
FieldTypeDescriptionDefault
querystringCompany name or keyword
postalCodestringFilter by headquarters postal code (e.g. 75011)
departmentstringFilter by department number (e.g. 75), matches any establishment
fetchDetailsbooleanEnrich with establishment list (up to 25) from the same responseon
maxResultsintegerCap on companies returned100 (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.