# Sprawdź beneficjenta rzeczywistego po NIP (CRBR)

**Use case:** 

Sprawdź beneficjentów rzeczywistych spółki w CRBR po numerze NIP: imiona i nazwiska, obywatelstwo, rodzaj kontroli i udziały - wynik jako JSON.

## Input

```json
{
  "nip": "6770065406"
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "nip": {
    "label": "NIP",
    "format": "text"
  },
  "krs": {
    "label": "KRS",
    "format": "text"
  },
  "legalForm": {
    "label": "Form",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  }
}
```

## About this Actor

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