# Pobierz pełne dane zarządu z KRS (bez gwiazdek)

**Use case:** 

Pobierz pełne imiona i nazwiska członków zarządu i wspólników z KRS - oficjalne API je ukrywa, ten aktor czyta publiczny odpis PDF. Wynik JSON.

## Input

```json
{
  "krsNumbers": [
    "0000028860"
  ],
  "extractType": "aktualny"
}
```

## Output

```json
{
  "krs": {
    "label": "KRS",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "nip": {
    "label": "NIP",
    "format": "text"
  },
  "legalForm": {
    "label": "Legal Form",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "registrationDate": {
    "label": "Registered",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Poland KRS Board Members & Shareholders Scraper](https://apify.com/regdata/krs-fullnames-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/krs-fullnames-scraper) to learn more, explore other use cases, and run it yourself.