# Monitor a Watchlist for New Czech Insolvencies

**Use case:** 

Track your Czech customers and suppliers for insolvency: run a watchlist on a schedule and get every new proceeding - case reference, court and status.

## Input

```json
{
  "name": "Bau",
  "watchlist": [
    "ZUPO - SPORTBAU CS",
    "INVEST-INTERBAU"
  ],
  "includeEnded": false,
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "debtorName": {
    "label": "Debtor",
    "format": "string"
  },
  "ico": {
    "label": "IČO",
    "format": "string"
  },
  "caseNumber": {
    "label": "Case (sp. zn.)",
    "format": "string"
  },
  "court": {
    "label": "Court",
    "format": "string"
  },
  "proceedingStatus": {
    "label": "Status",
    "format": "string"
  },
  "debtorType": {
    "label": "Type",
    "format": "string"
  },
  "matchedQuery": {
    "label": "Matched",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Czech ISIR Insolvency Register Search](https://apify.com/regdata/czech-isir-insolvency-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/czech-isir-insolvency-scraper) to learn more, explore other use cases, and run it yourself.