France BODACC New Company Creations avatar

France BODACC New Company Creations

Pricing

from $2.00 / 1,000 announcement delivereds

Go to Apify Store
France BODACC New Company Creations

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

Christopher Schott

Maintained by Community

Actor 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 needWhat you get
Fresh FR company leadsfamilleavis=creation ordered by publication date
Geo targetingFilter by department code (e.g. 75) or city substring
Compliance-friendly sourcingOfficial DILA open data — commercial announcements are public by law
Agent / PPE billingFlat row schema; pay only for delivered announcements

Input

FieldTypeDefaultDescription
modeenumcreationBODACC family: creation, immatriculation, radiation, modification, vente, collective, dpc
departmentstring—Department code (13, 75, …)
cityContainsstring—Substring match on city
querystring—Substring match on merchant name
dateFrom / dateTodateyesterday→todayPublication date window (YYYY-MM-DD)
maxItemsint50Cap on returned rows (1–5000)
useMockboolfalseOffline 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)

EventPrice
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-creations
python3 -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.