# Sprawdź dłużnika w KRZ - upadłość i restrukturyzacja

**Use case:** 

Sprawdź kontrahenta w Krajowym Rejestrze Zadłużonych: upadłości, restrukturyzacje i postępowania - po nazwie, KRS, NIP lub PESEL. Wynik jako JSON.

## Input

```json
{
  "searchMode": "entity",
  "entityName": "Getin",
  "estateType": "",
  "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.