# New Bavarian insolvency openings (Eröffnungen)

**Use case:** 

Track new German insolvency notices from the official Insolvenzbekanntmachungen portal: court, case number, debtor and administrator.

## Input

```json
{
  "noticeTypes": [
    "EROEFF"
  ],
  "states": [
    "BY"
  ],
  "keywords": [],
  "sinceDays": 5,
  "includeNoticeText": true,
  "maxNotices": 25,
  "monitorMode": false
}
```

## Output

```json
{
  "publicationDate": {
    "label": "Published",
    "format": "string"
  },
  "noticeType": {
    "label": "Notice type",
    "format": "string"
  },
  "debtorName": {
    "label": "Debtor",
    "format": "string"
  },
  "debtorLocation": {
    "label": "Registered seat / residence",
    "format": "string"
  },
  "registerNumber": {
    "label": "Register number",
    "format": "string"
  },
  "court": {
    "label": "Insolvency court",
    "format": "string"
  },
  "caseNumber": {
    "label": "Case number (Aktenzeichen)",
    "format": "string"
  },
  "isNew": {
    "label": "New since last run",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [German Insolvency Monitor 🇩🇪 Insolvenzbekanntmachungen alerts](https://apify.com/tagadanar/german-insolvency-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/german-insolvency-monitor) to learn more, explore other use cases, and run it yourself.