France BODACC New Company Creations
Pricing
from $2.00 / 1,000 announcement delivereds
France BODACC New Company Creations
Daily French new-company leads from the official BODACC Créations open dataset. Returns SIREN, merchant name, city, department, activity text, and announcement URL. Keyless public API — no scrape proxies.
Pricing
from $2.00 / 1,000 announcement delivereds
Rating
0.0
(0)
Developer
Christopher Schott
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Daily French new-company leads from the official BODACC Créations open dataset.
Pull structured creation announcements published in the Bulletin officiel des annonces civiles et commerciales (BODACC / DILA). Each row includes merchant name, SIREN (when present), city, department, activity description, tribunal, and a deep link to the announcement — ready for CRM import or agent pipelines.
Not another Pappers / SIRENE enricher. This Actor focuses on new Créations (and optional other BODACC families) from the public Opendatasoft API. No HTML scrape, no proxy, no API key.
Why this Actor
| Buyer need | What you get |
|---|---|
| Fresh FR company leads | familleavis=creation ordered by publication date |
| Geo targeting | Filter by department code (e.g. 75) or city substring |
| Compliance-friendly sourcing | Official DILA open data — commercial announcements are public by law |
| Agent / PPE billing | Flat row schema; pay only for delivered announcements |
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | enum | creation | BODACC family: creation, immatriculation, radiation, modification, vente, collective, dpc |
department | string | — | Department code (13, 75, …) |
cityContains | string | — | Substring match on city |
query | string | — | Substring match on merchant name |
dateFrom / dateTo | date | yesterday→today | Publication date window (YYYY-MM-DD) |
maxItems | int | 50 | Cap on returned rows (1–5000) |
useMock | bool | false | Offline fixture mode for tests |
Output (dataset row)
{"announcementId": "A2026018325","publicationDate": "2026-09-24","familyCode": "creation","familyLabel": "Créations","merchantName": "BONDAZ, Elodie","siren": "109648006","city": "Istres","postalCode": "13800","departmentCode": "13","departmentName": "Bouches-du-Rhône","regionName": "Provence-Alpes-Côte d'Azur","tribunal": "Greffe du Tribunal de Commerce de Salon-de-Provence","activityDescription": "Création de contenus digitaux…","establishmentAddress": "3 Avenue De Flore 13800 Istres","activityStartDate": "2026-09-04","creationCategory": "Immatriculation d'une personne physique…","personType": "pp","tradeName": "Mumlife","detailUrl": "https://www.bodacc.fr/pages/annonces-commerciales-detail/?q.id=id:A2026018325","dataSource": "BODACC (bodacc-datadila.opendatasoft.com / DILA)"}
Pricing (Pay-Per-Event)
| Event | Price |
|---|---|
announcement-delivered (primary) | $0.002 per announcement row |
apify-actor-start | $0.00005 per run start (memory-weighted) |
apify-default-dataset-item is not priced (omitted / $0) so rows are not double-billed — the Actor already charges announcement-delivered once per dataset row.
Local run (shadow / no Apify account)
cd france-bodacc-creationspython3 -m src '{"mode":"creation","maxItems":5,"useMock":true}'./scripts/run_functional_test.sh
Source & policy
- API:
https://bodacc-datadila.opendatasoft.com/api/explore/v2.1/.../annonces-commerciales - Publisher: DILA (Direction de l'information légale et administrative)
- License / terms: French official open data for BODACC commercial announcements
- This tool surfaces public legal notices only. It is not legal, credit, or KYC advice.
Categories
LEAD_GENERATION, BUSINESS, NEWS (optional)
Changelog
- 0.1.0 — Shadow invent: creations lead mode, department/city/query filters, mock + live tests.