# S KRS Poland Business Registry

**Use case:** 

Extract KRS Poland Business Registry data filtered by S. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "krsNumbers": [
    "0000033014",
    "0000006494"
  ],
  "registry": "S"
}
```

## Output

```json
{
  "krsNumber": {
    "label": "KRS",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "legalForm": {
    "label": "Legal Form",
    "format": "text"
  },
  "nip": {
    "label": "NIP",
    "format": "text"
  },
  "regon": {
    "label": "REGON",
    "format": "text"
  },
  "registrationDate": {
    "label": "Registered",
    "format": "text"
  },
  "lastUpdateDate": {
    "label": "Last Update",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "voivodeship": {
    "label": "Voivodeship",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal",
    "format": "text"
  },
  "registryType": {
    "label": "Registry",
    "format": "text"
  },
  "totalEntries": {
    "label": "# Entries",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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