# German Insolvency Announcements — Full Export

**Use case:** 

Scrape the full german insolvency announcements dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract german insolvency announcements for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "recent_announcements",
  "lookbackDays": 3,
  "dateFrom": "",
  "dateTo": "",
  "debtorName": "",
  "bundesland": "",
  "fetchDetailText": true,
  "maxItems": 200
}
```

## Output

```json
{
  "announcement_date": {
    "label": "Announcement Date",
    "format": "string"
  },
  "case_number": {
    "label": "Case Number",
    "format": "string"
  },
  "court": {
    "label": "Court",
    "format": "string"
  },
  "debtor_name": {
    "label": "Debtor Name",
    "format": "string"
  },
  "debtor_city": {
    "label": "Debtor City",
    "format": "string"
  },
  "announcement_type_hint": {
    "label": "Announcement Type Hint",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [German Insolvency Announcements Scraper](https://apify.com/jungle_synthesizer/insolvenzbekanntmachungen-de-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/insolvenzbekanntmachungen-de-scraper) to learn more, explore other use cases, and run it yourself.