France Company Data Scraper avatar

France Company Data Scraper

Pricing

from $5.00 / 1,000 companies

Go to Apify Store
France Company Data Scraper

France Company Data Scraper

Search France's official company register (Recherche d'entreprises / INSEE) and export clean company data: profile, HQ address, VAT number, industry and directors. No API key needed.

Pricing

from $5.00 / 1,000 companies

Rating

0.0

(0)

Developer

Dev D

Dev D

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

France Company Data Scraper 🇫🇷

Export clean, structured French company data — profile, HQ address, VAT number, industry and directors — straight from France's official register. No API key required.

Every company in France is in the national register, published through the government's open Recherche d'entreprises service (INSEE Sirene + RNE). This Actor searches it by keyword, NAF/APE industry code, department, postal code, size category and status — or looks up companies by SIREN — and returns a rich record per company, including directors and VAT number, in a single request.

Official open government API. No key, no login, no scraping — just clean public register data.


What you can do with it

  • 🔎 French KYC & due diligence — verify a company, its status, VAT number and directors.
  • 🎯 B2B lead generation — build targeted lists by industry, department and size.
  • 🧭 Sales enrichment — turn a name or SIREN into a full structured profile.
  • 📊 Market research — map companies in a sector or region.
  • 📇 Data feeds — keep a French company dataset fresh on a schedule.

Features

  • ✅ No API key — works out of the box.
  • ✅ Rich single-request records — profile, HQ address with geo-coordinates, VAT number, and directors (dirigeants) all in one.
  • ✅ Powerful filters — keyword, NAF/APE code, department, postal code, size category, active/ceased.
  • ✅ Direct lookup — pass SIREN numbers to fetch exact companies.
  • ✅ Low-maintenance — official REST/JSON API, with automatic retries.

Input

FieldDescription
Search queryFree-text, e.g. conseil informatique.
SIREN numbersDirect lookup, e.g. 542051180.
NAF / APE codesIndustry codes, e.g. 62.01Z.
DepartmentsDepartment numbers, e.g. 75, 69, 13.
Postal codeHQ postal code, e.g. 75008.
Company size categoryPME (SME) / ETI (mid-cap) / GE (large).
Active companies onlyExclude ceased companies.
Max companiesCap the number of results.

Example — active tech SMEs in Paris

{
"nafCodes": ["62.01Z"],
"departments": ["75"],
"companyCategory": "PME",
"activeOnly": true,
"maxCompanies": 300
}

Example — direct lookup

{
"sirenNumbers": ["542051180", "552081317"]
}

Output

Each row is one company:

{
"siren": "542051180",
"siret": "54205118000066",
"name": "TOTALENERGIES SE",
"legal_name": "TOTALENERGIES SE",
"acronym": "",
"trade_name": "",
"naf_code": "70.10Z",
"activity_section": "M",
"legal_form_code": "5710",
"company_category": "GE",
"employee_range": "10000+",
"employee_range_code": "53",
"date_creation": "1924-03-28",
"date_closure": "",
"status": "active",
"vat_number": "FR59542051180",
"establishments_count": 120,
"hq_address": "LA DEFENSE 6 2 PLACE JEAN MILLIER 92400 COURBEVOIE",
"postal_code": "92400",
"city": "COURBEVOIE",
"department": "92",
"region": "11",
"latitude": "48.892593777",
"longitude": "2.2430590926",
"directors": [
{"name": "JACQUES ANDRE ASCHENBROICH", "role": "Administrateur", "type": "personne physique", "birth_year": "1954", "nationality": "", "siren": ""}
],
"company_url": "https://annuaire-entreprises.data.gouv.fr/entreprise/542051180",
"api_url": "https://recherche-entreprises.api.gouv.fr/search?q=542051180"
}

Run it on a schedule

Schedule the Actor to refresh a French company list or re-check statuses, and connect a Slack / email / webhook / Google Sheets integration to route updates into your CRM or compliance workflow.

Notes & limitations

  • Uses the official Recherche d'entreprises open API — no key needed.
  • Each search can return up to ~10,000 results (API cap); narrow with filters for larger populations.
  • Directors' dates of birth are published as year (and month) only, by design.
  • This is factual public register data.

Keywords

France company data, French companies, SIREN, SIRET, INSEE Sirene, recherche entreprises, company registry, KYC, due diligence, B2B lead generation, company search, NAF APE code, VAT number France, dirigeants, French business data, sales enrichment, compliance, company lookup, corporate data, annuaire entreprises, open data France.