France BODACC Insolvency & Legal Announcements Scraper
Extract French official legal announcements: company registrations, sales and transfers, insolvency (procedure collective) filings and account deposits. Get company name, SIREN, court, dates and parsed announcement details. Export to JSON, CSV or Excel.
{ "id": "A201200601041", "publicationDate": "2012-03-25", "announcementType": "creation", "announcementTypeLabel": "Company registration", "familyLabelFr": "Créations", "avisType": "Avis initial", "companyName": "LES BOULANGERIES.FR, LES BOULANGERIES.FR / LES…", "siren": "750123127", "sirens": ["750123127"] }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Id | Publication Date | Announcement Type | Announcement Type Label |
|---|---|---|---|
| A201200601041 | 2012-03-25 | creation | Company registration |
| A202101872022 | 2021-09-24 | collective | Insolvency and collective proceed… |
| A202100202071 | 2021-01-29 | collective | Insolvency and collective proceed… |
| A202001872215 | 2020-09-25 | collective | Insolvency and collective proceed… |
| A202101571820 | 2021-08-13 | collective | Insolvency and collective proceed… |
{ "id": "A201200601041", "publicationDate": "2012-03-25", "announcementType": "creation", "announcementTypeLabel": "Company registration", "familyLabelFr": "Créations", "avisType": "Avis initial", "companyName": "LES BOULANGERIES.FR, LES BOULANGERIES.FR / LES…", "siren": "750123127", "sirens": ["750123127"] }
常见问题
What French legal announcements does this scraper cover?
It covers the official bulletin of civil and commercial announcements for the whole of France: company registrations, sales and transfers of business, insolvency and collective proceedings, account filings, modifications and deregistrations. Records go back many years and are updated as new announcements are published.
How do I find insolvencies for a company or area?
Set the announcement type to insolvency and collective proceedings, then add a company name or SIREN, a department code or a publication date range. Each matching record includes the ruling nature and full text, for example a liquidation, a receivership or a closure for insufficient assets.
Can I look up every announcement for one company?
Yes. Enter a 9 digit SIREN as the search text and the scraper returns the full legal history for that company, including its registration, any sales, modifications, account filings and insolvency events, each with its own date and details.
How many announcements can I collect in one run?
You set the limit with the Max items field. Large searches match hundreds of thousands of records, so you can collect thousands per run. Very deep result sets are best narrowed with a date range or a department filter.
What happens when a field is missing for an announcement?
Fields that do not apply to a given announcement type are returned as null rather than dropped, so the record shape stays consistent. An insolvency record carries the judgment block while a sale record carries the sale block, and each keeps the shared company and court fields.