# Screen Polish Debtors for Credit Risk (KRZ)

**Use case:** 

Screen customers and suppliers against Poland's national debtor register (KRZ): bankruptcy, restructuring and insolvency proceedings as structured JSON.

## Input

```json
{
  "searchMode": "entity",
  "entityName": "Idea Bank",
  "estateType": "",
  "maxResults": 50,
  "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.