# Monitor Austrian Insolvency Filings (Ediktsdatei)

**Use case:** 

Monitor new Austrian insolvency filings from the official Ediktsdatei - bankruptcies and reorganizations with court, administrator and dates.

## Input

```json
{
  "searchQuery": "",
  "proceedingType": "all",
  "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.