# Credit-Risk KRS Financial Filing Monitor

**Use case:** 

Batch monitor Polish counterparties for official KRS financial filing history used in credit-risk workflows.

## Input

```json
{
  "krsNumbers": [
    "0000123456",
    "0000028860",
    "0000636771"
  ],
  "maxItems": 150,
  "includeRawExtract": false,
  "requestDelayMs": 500
}
```

## Output

```json
{
  "krsNumber": {
    "label": "KRS number"
  },
  "companyName": {
    "label": "Company name"
  },
  "filingCategoryLabel": {
    "label": "Filing type"
  },
  "reportingPeriod": {
    "label": "Reporting period"
  },
  "submittedAt": {
    "label": "Submitted at"
  },
  "latestEntrySignature": {
    "label": "Latest KRS case signature"
  },
  "latestEntryDate": {
    "label": "Latest KRS entry date"
  },
  "sourceApiUrl": {
    "label": "Official KRS API URL"
  },
  "rdfViewerUrl": {
    "label": "RDF viewer URL"
  },
  "fetchedAt": {
    "label": "Fetched at"
  }
}
```

## About this Actor

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