# Screen Austrian Debtors for Credit Risk

**Use case:** 

Screen Austrian companies and people for insolvency and credit risk using official Ediktsdatei court data - proceeding type, status and key dates.

## Input

```json
{
  "searchQuery": "",
  "proceedingType": "Konkursverfahren",
  "state": "all",
  "entryType": "initial",
  "maxResults": 100
}
```

## Output

```json
{
  "debtorName": {
    "label": "Debtor",
    "format": "text"
  },
  "caseNumber": {
    "label": "Case No.",
    "format": "text"
  },
  "court": {
    "label": "Court",
    "format": "text"
  },
  "proceedingType": {
    "label": "Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "publicationDate": {
    "label": "Published",
    "format": "text"
  },
  "administrator": {
    "label": "Administrator",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Austria Insolvency & Court Publications Scraper](https://apify.com/regdata/austria-ediktsdatei-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/austria-ediktsdatei-scraper) to learn more, explore other use cases, and run it yourself.