# Check if a Company is Insolvent (Germany)

**Use case:** 

Check whether a German company is in insolvency before you extend credit or sign: court, case number and publication date from the official register.

## Input

```json
{
  "name": "Wirecard",
  "exactMatch": false,
  "state": "NO_CODE",
  "dateFrom": "2020-01-01",
  "subject": "NO_CODE",
  "maxResults": 50
}
```

## Output

```json
{
  "publicationDate": {
    "label": "Published",
    "format": "string"
  },
  "caseNumber": {
    "label": "Case no.",
    "format": "string"
  },
  "court": {
    "label": "Court",
    "format": "string"
  },
  "debtorName": {
    "label": "Debtor",
    "format": "string"
  },
  "seat": {
    "label": "Seat",
    "format": "string"
  },
  "register": {
    "label": "Register",
    "format": "string"
  },
  "debtorType": {
    "label": "Type",
    "format": "string"
  },
  "matchedName": {
    "label": "Matched",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Germany Insolvency Register Search (Insolvenzbekanntmachungen)](https://apify.com/regdata/germany-insolvency-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/germany-insolvency-scraper) to learn more, explore other use cases, and run it yourself.