bodacc-watch
Monitor the BODACC for business signals: creations, modifications, insolvency proceedings, asset sales.
Triggers
/bodacc OVH/bodacc 31 creation- "quelles entreprises creees cette semaine en 31?"
- "procedures collectives recentes a Toulouse"
- "signaux business pour OVH"
How it works
Queries the BODACC OpenDataSoft API (DILA) which publishes all official commercial announcements. No authentication required.
API endpoint: https://bodacc-datadila.opendatasoft.com/api/explore/v2.1/catalog/datasets/annonces-commerciales/records
Signal types
| Signal | BODACC code | Meaning |
|---|---|---|
creation |
creation | New company registered |
modification |
modification | Change in status, capital, management |
procedure_collective |
PCL | Insolvency: safeguard, receivership, liquidation |
vente_cession |
vente | Business or asset sale |
Usage
python3 {baseDir}/scripts/bodacc.py --query "OVH" --format json
python3 {baseDir}/scripts/bodacc.py --department 31 --signal creation --format json
python3 {baseDir}/scripts/bodacc.py --query "cybersecurite" --days 30 --format text
Arguments
| Argument | Required | Default | Description |
|---|---|---|---|
--query |
no | Company name or keywords to search | |
--department |
no | Department code (e.g. 31, 75) | |
--signal |
no | Filter by signal type (creation, modification, procedure_collective, vente_cession) | |
--days |
no | 7 | Look back N days from today |
--per-page |
no | 20 | Number of results (1-100) |
--format |
no | json | Output format: json or text |
Output fields
date— publication datetype— signal typeentity_name— company/entity namesiren— SIREN if availabledepartment— department codedescription— announcement summarysource_url— link to original BODACC notice