Registry Events Tracker — New Companies & Dissolutions (FR+UK)
Pricing
from $4.00 / 1,000 results
Registry Events Tracker — New Companies & Dissolutions (FR+UK)
Fresh company registry events as sales signals: new registrations, dissolutions, modifications and insolvency proceedings for France (BODACC) and the UK (Companies House). Filter by event type, region, sector and date window, with dedup and a new-only alert mode. Official open data.
Pricing
from $4.00 / 1,000 results
Rating
0.0
(0)
Developer
Joachim Pouchain
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Registry Events Tracker — New Companies, Dissolutions & Director Changes (FR + UK)
A fresh business registration tracker for France and the UK. Instead of a static directory, this actor returns a stream of registry events — new companies, dissolutions, modifications and insolvency proceedings — straight from official open data (BODACC for France, Companies House for the UK). Filter by event type, region, sector and date window, deduplicate, and use new-only mode for clean sales signals: "which companies just got created or changed in my area this week."
This is lead generation France UK at the source: official registries, not a scraped contact list.
What it does
- New company alerts — fresh incorporations (FR + UK).
- Dissolutions, modifications & insolvency — radiations, changes and procédures collectives (FR).
- Filters — event type, region (FR department / UK town), sector (UK SIC code), and a lookback window.
- New-only alert mode — return only events not seen in previous runs (per alert key) — perfect for daily prospecting.
- Dedup — no repeated rows across runs.
Output fields
| Field | Meaning |
|---|---|
country | FR or UK |
event_type | new_company, dissolution, modification, insolvency, accounts_filing |
event_date | Publication / incorporation date |
company_name, company_id | Name + SIREN (FR) / company number (UK) |
registry | RCS (BODACC) or UK Companies House |
sector_code(s) | SIC codes (UK); null for FR (BODACC carries no NAF) |
region, region_code | Department / town + code / postcode |
status, detail | Event family + sub-type |
source_url | Official record link |
Why this one
- An event flux, not a static lookup. Built for prospecting on fresh signals, with a new-only alert mode that competitors' static scrapers don't offer.
- FR + UK unified in one normalized schema (SIREN ↔ company number, same fields).
- Official open data — BODACC (DILA) and Companies House — with cache + retry/backoff.
- Agent- & n8n-ready — one clean event per row; schedule it for daily lead alerts.
Input
{"country": "FR","event_types": [],"window_days": 7,"new_only": false,"max_items": 50}
| Field | Type | Description |
|---|---|---|
country | string | FR, UK or BOTH. |
event_types | array | new_company, dissolution, modification, insolvency, accounts_filing. Empty = all (FR). UK = new_company only. |
window_days | integer | Events from the last N days. Default 7. |
region | string | FR department number (e.g. 75) or UK town (e.g. London). |
sic_codes | array | UK sector filter (e.g. 62012 software development). |
new_only | boolean | Only events new since the last run. |
alert_key | string | Namespace for new-only history. |
max_items | integer | Max events returned/charged. Default 50. |
Output
Real FR insolvency event and UK new-incorporation event:
{"country": "FR","event_type": "insolvency","event_date": "2026-06-28","company_name": "LUXART-RENOV","company_id": "841918410","registry": "RCS (BODACC)","sector_code": null,"region": "Aisne","region_code": "02","status": "Procédures collectives","detail": "Avis initial","source": "BODACC — DILA (bodacc-datadila.opendatasoft.com)","source_url": "https://www.bodacc.fr/pages/annonces-commerciales-detail/?q.id=id:A202601212046","timestamp": "2026-06-29T10:43:29.368Z"}
{"country": "UK","event_type": "new_company","event_date": "2026-06-22","company_name": "VALE & VOYAGER LTD","company_id": "17293246","registry": "UK Companies House","sector_code": "46900","sector_codes": ["46900", "47910", "70229", "79901"],"region": "Manchester","region_code": "M40 8WN","status": "active","detail": "ltd","source": "UK Companies House (api.company-information.service.gov.uk)","source_url": "https://find-and-update.company-information.service.gov.uk/company/17293246","timestamp": "2026-06-29T10:43:30.355Z"}
Use cases
- Sales prospecting — reach newly-formed companies the week they register (FR + UK), filtered to your sector/region.
- Distress / restructuring leads — track French procédures collectives (insolvency) as they're published.
- Market intelligence — measure formation and dissolution rates by region and sector.
- AI agents / n8n — schedule daily with
new_only: truefor a deduplicated lead feed.
Pricing
Pay-per-result: target $0.004 per event (~$3–5 / 1,000), plus Apify platform usage. max_items and new_only keep scheduled runs cheap.
Categories
Developer tools, Automation, Agents, Business.
Setup & notes
- France (BODACC) works with no key — the default run returns events out of the box.
- UK (Companies House) needs a free API key. Set it as a secret environment variable
COMPANIES_HOUSE_API_KEYon the actor. Without it,country: UK/BOTHreports the UK part as unavailable; FR still works. - UK currently covers new incorporations (Companies House advanced-search). FR covers creations, dissolutions, modifications, insolvency and account filings.
- FR BODACC announcements don't carry a NAF/sector code, so
sector_codeisnullfor France. - Official registry data, not a legal opinion.