Centraal Insolventieregister Scraper
Pricing
from $5.00 / 1,000 insolventie results
Centraal Insolventieregister Scraper
Search the Dutch Centraal Insolventieregister for bankruptcies, surseances, and debt-restructurings. Export insolvente persons and companies, case detail, curators and administrators, addresses, trade names, full publication history, and approved case reports.
Pricing
from $5.00 / 1,000 insolventie results
Rating
0.0
(0)
Developer
Dario Mory
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Search the Dutch Centraal Insolventieregister (insolventies.rechtspraak.nl) for bankruptcies (faillissementen), moratoriums (surseances van betaling), and debt-restructurings (schuldsaneringen natuurlijke personen). Export the insolvente person or company, case detail, curators and administrators, addresses, trade names, the full publication history, and approved case reports.
The Actor uses the structured JSON services that power the public CIR website. It needs no browser, proxy, or CIR account.
Who is this for
Credit insurers, debt collectors, and B2B risk teams who need to monitor Dutch insolvency proceedings daily and to enrich their CRM with full case detail. Recommended usage: schedule the kenmerk search with periode: "Vandaag" every working day to catch new publications, then use the rechtspersoon search to back-check a portfolio of counterparty names or KvK numbers.
What can you extract?
- Matched publication mark and description (
publicatiekenmerk,publicatieomschrijving) - Case identifiers:
landelijkUniekZaaknummer(e.g.R.05/26/1239),toezichtZaaknummer,ssrNummer,vorigInsolventienummer - Insolvente subject: name, prefix, date/place of birth, KvK number
- Trade names the debtor operates under (
handelendOnderDeNamen) with KvK and branch addresses - Home, branch, and correspondence addresses
- Curators (
curators) and administrators/bewindvoerders (bewindvoerders) - Handling court (
behandelendeInstantieNaam) and examining judge (rechtercommissaris) - Full publication history per case (
publicatiegeschiedenis) with dates and descriptions - Approved case reports (
verslagen) when available
Input
Daily monitoring (kenmerk, default)
{"searchType": "kenmerk","periode": "Vandaag","rechtbank": ["all"],"publicatiesoort": ["all"],"includeDetails": true,"includeVerslagen": true,"maxItems": 200}
Company / trade-name search (rechtspersoon)
{"searchType": "rechtspersoon","naam": "Visser","kvk": "","includeDetails": true,"maxItems": 50}
Private-person search (natuurlijkpersoon)
{"searchType": "natuurlijkpersoon","achternaam": "Hamoen","geboortedatum": "22-06-1966","includeDetails": true,"maxItems": 50}
periode:Vandaag,Laatste week, orLaatste maand(kenmerk only).rechtbank: one or more court slugs (e.g.amsterdam,den haag,gelderland,limburg,midden-nederland,noord-holland,noord-nederland,oost-brabant,overijssel,rotterdam,zeeland-west-brabant). Useallfor every court.publicatiesoort: publication-type slugs (overig,einde surseances,einde schuldsaneringen,einde faillissementen,uitspraken schuldsanering,uitspraken surseance,uitspraken faillissement). Useallfor every type.publicatiekenmerk(e.g.05.gel.26.1239.R.2301.1.26) orinsolventienummer(e.g.R.05/26/1239) for direct lookups.naamis the company / trade name for rechtspersoon, or the last name (achternaam) for natuurlijkpersoon.kvkis the Chamber of Commerce number for rechtspersoon.- For natuurlijkpersoon the valid search combinations are
achternaam + geboortedatum,achternaam + postcode + huisnummer, orgeboortedatum + postcode + huisnummer. includeDetailsfetches the full case record per matched publication.includeVerslagenadds approved administrator reports when present.
Output
{"searchType": "kenmerk","publicatiekenmerk": "05.gel.26.1239.R.2301.1.26","publicatieomschrijving": "Uitspraak schuldsanering op 30 juli 2026","persoonType": null,"naam": "Mirjam Hamoen","voornaam": "Mirjam","voorvoegsel": null,"achternaam": "Hamoen","geboortedatum": "1966-06-22","geboorteplaats": "Zeist","kvkNummer": "64478386","rechtbank": "Rechtbank Gelderland","behandelendeInstantieNaam": "Rechtbank Gelderland","rechtercommissaris": "mr. O. Nijhuis","landelijkUniekZaaknummer": "R.05/26/1239","toezichtZaaknummer": "NL:TZ:0000539566:R001","geheimAdres": false,"woonadressen": [{ "adresType": "WOON", "straat": "Kerkweg", "huisnummer": "2", "huisnummerToevoeging1": "A", "postcode": "6905AW", "plaats": "Zevenaar" }],"vestigingsadressen": [],"correspondentieadressen": [],"handelendOnderDeNamen": [{"kvkNummer": "64478386","handelsnaam": "Gewoon Mirjam Uitvaartbegeleiding","voorheen": false,"vestigingsadressen": [{ "adresType": "VEST", "straat": "Romei", "huisnummer": "22", "postcode": "6901AV", "plaats": "Zevenaar" }]}],"bewindvoerders": [{ "voorletters": "P.J.S.", "achternaam": "Ramakers", "adres": { "straat": "Postbus", "huisnummer": "3155", "postcode": "6802DD", "plaats": "Arnhem", "telefoonnummer": "026-3777111" } }],"curators": [],"publicatiegeschiedenis": [{ "publicatieDatum": "2026-07-30T22:00:00.000Z", "publicatieKenmerk": "05.gel.26.1239.R.2301.1.26", "publicatieOmschrijving": "Uitspraak schuldsanering op 30 juli 2026" }],"verslagen": [],"detailUrl": "https://insolventies.rechtspraak.nl/details/05.gel.26.1239.R.2301.1.26","source": "CIR public website REST API","scrapedAt": "2026-08-02T00:32:30.498Z"}
One dataset row is produced per matched publication, enriched with the full case detail. Multiple publications that belong to the same case (same landelijkUniekZaaknummer) appear as separate rows so you can filter on publication type and date.
Pay-per-event pricing
Configure these events in Apify Console:
| Event name | Title | Description | Recommended price |
|---|---|---|---|
insolventie-result | Insolventie result | One matched publication enriched with full case detail, addresses, curators, publication history, and reports. | $0.005 |
Keep apify-actor-start at $0.00005. Remove apify-default-dataset-item to avoid charging twice for the same record. A daily Vandaag run typically returns a handful of records (a few cents per day).
API
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("dariomory/centraal-insolventieregister-scraper").call(run_input={"searchType": "kenmerk","periode": "Vandaag","includeDetails": True,"includeVerslagen": True,"maxItems": 200,})print(run["defaultDatasetId"])
Limits
- The kenmerk search returns all matched publications in one request; the Actor then paginates detail and report lookups per matched publication up to
maxItems. - Publication dates follow Netherlands court-time (CET/CEST). The Actor computes the periode start date in UTC.
- CIR publishes insolvencies from 1 January 2005 onward and keeps records available until six months after the case ends.
- The CIR site uses an anti-CSRF token plus cookie pairing. The Actor fetches a fresh pairing each run and refreshes it automatically if a request is rejected mid-run.
- Be considerate of this public judiciary service when running large back-fill jobs.
This Actor is independent and is not affiliated with or endorsed by the Dutch Council for the Judiciary (Raad voor de Rechtspraak).