regdata_krz_debtor
Check Poland's official KRZ debtor registry for bankruptcies and restructurings. Search by entity, person, or case; retrieve trustee estate inventories with valuations for creditor recovery.
Instructions
Poland KRZ National Debtor Registry Scraper. Automate bankruptcy and restructuring checks against the official public debtor registry. Nine search modes cover companies, persons, sole traders, case signatures, proceedings, shareholders, and assets. The bankruptcyEstate mode returns the trustee's filed estate inventory (spis masy upadlosci) for a company's proceedings - real estate, movables, cash, property rights and receivables, each with the trustee's own valuation, quantity and status. Pass entityName and/or identifier (proceedings are resolved for you) or a proceedingId; estateInventoryPublished:false means the register reports zero assets for that proceeding - a verified zero, not a failed lookup. For distressed-asset sourcing and creditor recovery-prospect assessment. Build a credit-risk watchlist or insolvency workflow. Pay-per-result. Advanced fields beyond this schema are also accepted (regdata_describe lists them).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateTo | No | End date for announcement search (YYYY-MM-DD). Only used in announcements mode. | |
| dateFrom | No | Start date for announcement search (YYYY-MM-DD). Only used in announcements mode. | |
| maxItems | No | Optional cap on billed dataset items returned. | |
| entityName | No | Company name, business name, or advisor surname (partial match). Used for entity, soleTrader, announcements, shareholders, bankruptcyEstate, and advisors modes. | |
| identifier | No | Entity identifier: KRS (10 digits), NIP, REGON. For persons: PESEL or NIP. For advisors: license number. | |
| maxResults | No | Maximum number of results to return. Default: 100. Set to 0 for unlimited. | |
| searchMode | No | What to search for. 'entity' = companies by name/KRS/NIP. 'person' = natural persons by PESEL/NIP. 'soleTrader' = sole traders by name/identifier. 'signature' = by court case signature. 'announcements' = court announcements. 'shareholders' = partners in personal companies. 'bankruptcyEstate' = assets for sale from bankruptcy estates. 'advisors' = licensed restructuring advisors. 'proceedingDetails' = deep-dive into a specific proceeding. | entity |
| advisorCity | No | Filter restructuring advisors by city. Only used in advisors mode. | |
| proceedingId | No | Proceeding UUID (postepowanieId), as returned in the `proceedingId` field of an entity/person search. Used by searchMode 'proceedingDetails', and optionally by 'bankruptcyEstate' to read one specific estate. | |
| caseSignature | No | Court case signature in format: CODE/REPERTORY/NUMBER/YEAR (e.g., WA1M/GU/223/2021). Used for signature and announcements modes. | |
| disableSessionCache | No | Advanced. By default the actor caches the KRZ guest token between your own runs (the token lives ~10h) so repeated/monitoring runs skip the slow browser bootstrap and run faster. The cache is private to your account and self-healing (a stale token is detected and refreshed automatically). Turn this on only to force a fresh session every run for debugging. |