# KRS Company Financial Document Extractor

**Use case:** 

Extract official KRS financial document mentions for one Polish company, including reporting periods and dates.

## Input

```json
{
  "krsNumbers": [
    "0000123456"
  ],
  "maxItems": 50,
  "includeRawExtract": true,
  "requestDelayMs": 0
}
```

## 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.