# Polish NIP KRS UBO Extractor

**Use case:** 

Extract CRBR beneficial owners by NIP or KRS and export official Polish UBO data for due diligence workflows.

## Input

```json
{
  "searches": [
    {
      "mode": "nip",
      "query": "7742894628"
    },
    {
      "mode": "krs",
      "query": "0000252883"
    }
  ],
  "maxResults": 100,
  "includeRaw": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "searchType": {
    "label": "Search type"
  },
  "sourceQuery": {
    "label": "Source query"
  },
  "companyName": {
    "label": "Company name"
  },
  "nip": {
    "label": "NIP"
  },
  "krs": {
    "label": "KRS"
  },
  "legalForm": {
    "label": "Legal form"
  },
  "companyAddress": {
    "label": "Company address"
  },
  "beneficiaryFullName": {
    "label": "Beneficial owner"
  },
  "beneficiaryPesel": {
    "label": "PESEL"
  },
  "beneficiaryBirthDate": {
    "label": "Birth date"
  },
  "beneficiaryCitizenships": {
    "label": "Citizenships"
  },
  "beneficiaryResidenceCountry": {
    "label": "Residence country"
  },
  "controlType": {
    "label": "Control type"
  },
  "ownershipPercentage": {
    "label": "Ownership %"
  },
  "shareType": {
    "label": "Share type"
  },
  "rightsSummary": {
    "label": "Rights summary"
  },
  "presentationStart": {
    "label": "Presentation start"
  },
  "presentationEnd": {
    "label": "Presentation end"
  },
  "requestId": {
    "label": "CRBR request ID"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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