# Export Polish beneficial owners from CRBR by KRS

**Use case:** 

Look up a Polish company by KRS and export one structured row per beneficial owner with control rights and official CRBR filing evidence.

## Input

```json
{
  "searches": [
    {
      "mode": "krs",
      "query": "0000057567"
    }
  ],
  "outputMode": "ownerRows",
  "maxResults": 20,
  "requestDelayMs": 500,
  "requestTimeoutSecs": 30,
  "maxRetries": 2,
  "includeRaw": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "searchMode": {
    "label": "Search mode",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Source query",
    "format": "string"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "nip": {
    "label": "NIP",
    "format": "string"
  },
  "krs": {
    "label": "KRS",
    "format": "string"
  },
  "legalForm": {
    "label": "Legal form",
    "format": "string"
  },
  "companyAddress": {
    "label": "Company address",
    "format": "string"
  },
  "beneficiaryFullName": {
    "label": "Beneficiary full name",
    "format": "string"
  },
  "beneficiaryCitizenships": {
    "label": "Beneficiary citizenships",
    "format": "array"
  },
  "controlType": {
    "label": "Control type",
    "format": "string"
  },
  "ownershipAmount": {
    "label": "Ownership amount",
    "format": "string"
  },
  "rightsSummary": {
    "label": "Rights summary",
    "format": "string"
  },
  "requestId": {
    "label": "CRBR request ID",
    "format": "string"
  },
  "presentationStart": {
    "label": "Presentation start",
    "format": "string"
  },
  "presentationEnd": {
    "label": "Presentation end",
    "format": "string"
  },
  "hasDiscrepancies": {
    "label": "Has discrepancies",
    "format": "boolean"
  },
  "queryStatus": {
    "label": "Query status",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  },
  "errorMessage": {
    "label": "Error message",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Poland CRBR Beneficial Owners Scraper](https://apify.com/fetch_cat/poland-crbr-beneficial-owners-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/poland-crbr-beneficial-owners-scraper) to learn more, explore other use cases, and run it yourself.