French Legal Announcements · BODACC Scraper avatar

French Legal Announcements · BODACC Scraper

Pricing

$4.99 / 1,000 results

Go to Apify Store
French Legal Announcements · BODACC Scraper

French Legal Announcements · BODACC Scraper

Extract official French legal announcements: company registrations, insolvency proceedings, business sales, and account filings. Filter by date range, department, or SIREN. No API key. Ideal for daily lead gen, risk monitoring, and compliance

Pricing

$4.99 / 1,000 results

Rating

0.0

(0)

Developer

Corentin Robert

Corentin Robert

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Pull official French legal announcements in minutes: monitor new company registrations, insolvency proceedings, business sales, and annual account filings — filtered by date range, department, or SIREN. No API key. No login. Data comes directly from the official BODACC register (bodacc.fr), published by DILA (French government).

Built for: Daily lead gen · Risk monitoring · Compliance & KYB · M&A sourcing · CRM enrichment

Want the full company profile for a SIREN? Use the French Companies Scraper — paste SIRENs and get directors, financials, address, VAT, and more.


What does this Actor do?

The BODACC (Bulletin Officiel des Annonces Civiles et Commerciales) is France's official legal gazette. Every business day it publishes thousands of court-validated announcements covering the entire French company lifecycle.

ModeInputBehavior
Date rangeStart and end dateAll announcements published in that window, filtered by type and/or department. Default: yesterday → today — ideal for daily scheduled runs.
SIREN listOne or more 9-digit SIRENsEvery announcement ever published for those companies — full history.

What types of announcements are available?

TypefamilleavisUse case
RegistrationsimmatriculationNew companies, transfers — fresh lead pipeline
InsolvencycollectiveRedressement, liquidation — risk signals, debt recovery
Business salesventeCessions de fonds de commerce — M&A sourcing
Accounts filingdepotAnnual accounts deposited — financial monitoring
Other noticesavisMiscellaneous legal notices

What data does it extract?

CategoryFields
Identityid, date, type, siren, company, notice_type
Locationcity, postal_code, department, department_code, region
Registration detailslegal_form, capital_eur, management, address, activity, registration_date, activity_start_date
Insolvency detailscourt, judgment_type, judgment_date, judgment_details
Sale detailssale_origin, activity, address
Sourceurl — direct link to the announcement on bodacc.fr

Input examples

Date range — all registrations and insolvencies yesterday (default)

{
"mode": "dateRange",
"announcementTypes": ["immatriculation", "collective"],
"maxResults": 0
}

Date range — new companies in Paris in April 2026

{
"mode": "dateRange",
"announcementTypes": ["immatriculation"],
"dateFrom": "2026-04-01",
"dateTo": "2026-04-30",
"departments": ["75"],
"maxResults": 0
}

SIREN list — full announcement history for specific companies

{
"mode": "sirens",
"sirens": ["552032534", "380129866"]
}

All input parameters

ParameterTypeDefaultDescription
modestring"dateRange"**dateRange** or **sirens**.
announcementTypesstring[]["immatriculation", "collective"][Date range] Types to include. Values: immatriculation, collective, vente, depot, avis.
dateFromstringyesterday[Date range] Start date YYYY-MM-DD.
dateTostringtoday[Date range] End date YYYY-MM-DD.
departmentsstring[](all France)[Date range] Optional department codes (e.g. "75", "69").
sirensstring[][SIREN mode] One SIREN per line (9 digits).
maxResultsinteger500Max announcements. 0 = no cap.

How to use (Apify Console)

Date range (daily monitoring)

  1. Select Date range.
  2. Choose Announcement types (Registrations, Insolvency, or both).
  3. Leave dates blank for yesterday → today, or set a custom range.
  4. Optionally add Department codes to focus on a region.
  5. Click Start — export from the Dataset tab.

Tip: schedule this Actor to run every morning to build a fresh daily lead list.

SIREN list

  1. Select SIREN list.
  2. Paste SIRENs (one per line).
  3. Click Start — get the full announcement history for each company.

Output example

{
"id": "A202600811154",
"date": "2026-04-28",
"type": "Registration",
"siren": "838604445",
"company": "LABORATOIRE SMILETECH",
"legal_form": "Société par actions simplifiée",
"capital_eur": 5000,
"management": "Président : ROGER Jean-Baptiste, Claude",
"activity": "fabrication et vente de prothèses dentaires",
"address": "1 Rue du Bosc 27460 Alizay",
"city": "Alizay",
"postal_code": "27460",
"department": "Eure",
"department_code": "27",
"region": "Normandie",
"court": "Greffe du Tribunal de Commerce d'Evreux",
"registration_date": "2026-04-23",
"activity_start_date": "2026-04-09",
"url": "https://www.bodacc.fr/pages/annonces-commerciales-detail/?q.id=id:A202600811154"
}

Local development

npm install
npm start

Edit input.json at the repo root to change the run parameters locally. The storage/ folder is excluded from the push bundle via .apifyignore.


Companion actors


Support

Contact corentin@outreacher.fr for custom data pipelines or scheduled monitoring setups.