# Monitor New Polish Insolvency Announcements

**Use case:** 

Pull new announcements from Poland's KRZ debtor register for any date range - bankruptcy declarations and restructuring filings. Schedule it as a daily feed.

## Input

```json
{
  "searchMode": "announcements",
  "entityName": "Getin",
  "estateType": "",
  "dateFrom": "2026-06-01",
  "dateTo": "2026-06-30",
  "maxResults": 100,
  "disableSessionCache": false
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity",
    "format": "text"
  },
  "nip": {
    "label": "NIP",
    "format": "text"
  },
  "krs": {
    "label": "KRS",
    "format": "text"
  },
  "caseSignature": {
    "label": "Case",
    "format": "text"
  },
  "proceedingType": {
    "label": "Type",
    "format": "text"
  },
  "court": {
    "label": "Court",
    "format": "text"
  },
  "searchType": {
    "label": "Mode",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Poland KRZ National Debtor Registry Scraper](https://apify.com/regdata/krz-debtor-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/krz-debtor-scraper) to learn more, explore other use cases, and run it yourself.