# Track Polish Insolvency & Restructuring

**Use case:** 

Track Polish insolvency and restructuring filings in the MSiG by full-text search - find upadłość and restrukturyzacja notices with case and KRS.

## Input

```json
{
  "searchType": "A",
  "textInBody": "restrukturyzacja",
  "dateFrom": "2026-01-01",
  "dateTo": "2026-06-30",
  "fetchDetails": true,
  "maxResults": 100
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity",
    "format": "text"
  },
  "chapterName": {
    "label": "Chapter",
    "format": "text"
  },
  "monitorNumber": {
    "label": "Monitor",
    "format": "text"
  },
  "dateOfPublication": {
    "label": "Date",
    "format": "text"
  },
  "signatureOfCase": {
    "label": "Case",
    "format": "text"
  },
  "krs": {
    "label": "KRS",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Poland MSiG Court Gazette Scraper](https://apify.com/regdata/msig-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/msig-scraper) to learn more, explore other use cases, and run it yourself.