# Ověřit, zda je firma v insolvenci (ISIR)

**Use case:** 

Ověřte před obchodem nebo úvěrem, zda je česká firma v insolvenci: spisová značka, soud a stav řízení z oficiálního rejstříku ISIR.

## Input

```json
{
  "name": "Bau",
  "includeEnded": true,
  "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.