# Poland KRS Company Register Lookup 3

**Use case:** 

Look up Polish companies in the KRS court register by number: name, REGON, NIP, board members, share capital and PKD activity.

## Input

```json
{
  "maxCompanies": 30,
  "krsNumber": "0000006646",
  "krsNumbers": [
    "0000000100",
    "0000000200"
  ]
}
```

## Output

```json
{
  "krsNumber": {
    "label": "KRS"
  },
  "name": {
    "label": "Company"
  },
  "legalForm": {
    "label": "Legal form"
  },
  "nip": {
    "label": "NIP"
  },
  "regon": {
    "label": "REGON"
  },
  "status": {
    "label": "Extract"
  },
  "city": {
    "label": "City"
  },
  "shareCapital": {
    "label": "Share capital"
  },
  "officers": {
    "label": "Board / officers"
  },
  "mainActivity": {
    "label": "Main PKD activity"
  }
}
```

## About this Actor

This example demonstrates how to use [Poland KRS Company Register Scraper](https://apify.com/scrapers_lat/poland-krs-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/poland-krs-companies-scraper) to learn more, explore other use cases, and run it yourself.