# Check an Austrian Company for Insolvency

**Use case:** 

Search the Austrian Ediktsdatei by company or debtor name to check for open insolvency proceedings - case number, court, type, administrator and status.

## Input

```json
{
  "searchQuery": "Signa",
  "proceedingType": "all",
  "state": "all",
  "entryType": "all",
  "maxResults": 50
}
```

## 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.