France Company Registry Scraper (SIREN, Officers, Finances)
Extract French company records from the official Sirene and RNE registry. Get SIREN, SIRET, legal form, NAF code, officers (dirigeants), VAT number, turnover and net income for 30M+ businesses across France. Export to JSON, CSV or Excel.
{ "siren": "478455793", "name": "BOULANGERIES BG (B B G)", "nomRaisonSociale": "BOULANGERIES BG", "enseignes": [], "sigle": "B B G", "legalFormCode": "5710", "legalForm": "SAS (societe par actions simplifiee)", "activitePrincipale": "56.10C", "activitePrincipaleNaf25": "56.11J" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Siren | Name | Nom Raison Sociale | Enseignes |
|---|---|---|---|
| 478455793 | BOULANGERIES BG (B B G) | BOULANGERIES BG | [] |
| 403052111 | BOULANGERIES PAUL | BOULANGERIES PAUL | [] |
| 638502963 | BOULANGERIE NEUHAUSER | BOULANGERIE NEUHAUSER | [] |
{ "siren": "478455793", "name": "BOULANGERIES BG (B B G)", "nomRaisonSociale": "BOULANGERIES BG", "enseignes": [], "sigle": "B B G", "legalFormCode": "5710", "legalForm": "SAS (societe par actions simplifiee)", "activitePrincipale": "56.10C", "activitePrincipaleNaf25": "56.11J" }
常见问题
Which French companies does this scraper cover?
It covers the entire official French company base, more than 30 million active and ceased entities from the INSEE Sirene register and the Registre National des Entreprises. Sole traders, companies, associations and public bodies are all included.
How many companies can I collect in one run?
You set the limit with the Max items field. The registry matches large result sets, so you can collect thousands of companies per run, paged 25 at a time while staying within the source rate limits.
Can I filter by industry or location?
Yes. You can search by free text and combine it with filters for NAF / APE activity code, department, postal code, administrative status, company size category, employee headcount band and legal form code.
Does every company include officers and finances?
Officers (dirigeants) are present for almost all registered companies. Finances (turnover and net income) appear only when the company has filed accounts that are public, so small businesses and sole traders may not have them.
What happens when a field is missing for a company?
Fields that the source does not provide for a given company are returned as null rather than dropped, so the record shape stays consistent. If a request itself fails, the record carries an error message instead of company data.