# Poland MSiG Company Notice Scraper

**Use case:** 

Search public Polish MSiG court gazette notices by company name for compliance and credit-risk research.

## Input

```json
{
  "entityName": "Haberbusch",
  "krs": "0000143973",
  "nip": "",
  "textInPosition": "",
  "textInBody": "",
  "signatureType": "A",
  "signatureOfCase": "",
  "signatureKRS": "",
  "court": "",
  "dateFrom": "2026-01-01",
  "dateTo": "2026-01-31",
  "maxItems": 10
}
```

## Output

```json
{
  "noticeId": {
    "label": "Notice ID"
  },
  "monitorNumber": {
    "label": "Monitor"
  },
  "publicationDate": {
    "label": "Published"
  },
  "entityName": {
    "label": "Entity"
  },
  "krs": {
    "label": "KRS"
  },
  "nip": {
    "label": "NIP"
  },
  "caseSignature": {
    "label": "Case"
  },
  "chapterName": {
    "label": "Chapter"
  },
  "textInPosition": {
    "label": "Heading"
  },
  "textInBody": {
    "label": "Body"
  },
  "downloadUrl": {
    "label": "PDF download"
  },
  "scrapedAt": {
    "label": "Scraped"
  }
}
```

## About this Actor

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