# Sprawdzenie kontrahenta po NIP - KYB, CRBR, KRZ

**Use case:** 

Sprawdź polską firmę po NIP: dane z REGON, beneficjenci rzeczywiści z CRBR oraz postępowania w KRZ - także wobec każdego beneficjenta.

## Input

```json
{
  "identifiers": [
    "6770065406",
    "1080004850"
  ],
  "krzConcurrency": 4
}
```

## Output

```json
{
  "query": {
    "label": "Identifier",
    "format": "text"
  },
  "verdict": {
    "label": "Verdict",
    "format": "text"
  },
  "riskFlags": {
    "label": "Risk flags",
    "format": "array"
  },
  "company": {
    "label": "Company",
    "format": "object"
  },
  "debtorRegistry": {
    "label": "Debtor registry (KRZ)",
    "format": "object"
  },
  "beneficialOwners": {
    "label": "Beneficial owners (screened)",
    "format": "array"
  },
  "coverage": {
    "label": "Coverage",
    "format": "object"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "datetime"
  }
}
```

## About this Actor

This example demonstrates how to use [Poland KYB Risk Check - Company, UBO & Insolvency](https://apify.com/regdata/poland-kyb-check) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/poland-kyb-check) to learn more, explore other use cases, and run it yourself.