# KRZ company search

**Use case:** 

Search the public Polish KRZ by company name, KRS, NIP, or REGON and export available company and proceeding matches.

## Input

```json
{
  "target": "companies",
  "companyQueries": [
    "ORLEN"
  ],
  "maxResults": 5
}
```

## Output

```json
{
  "rowType": {
    "label": "Result type",
    "format": "text"
  },
  "checkNumber": {
    "label": "Check",
    "format": "number"
  },
  "queryComplete": {
    "label": "Complete query",
    "format": "boolean"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "businessName": {
    "label": "Business name",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "partnerName": {
    "label": "Partner",
    "format": "text"
  },
  "caseSignature": {
    "label": "Case signature",
    "format": "text"
  },
  "proceedingId": {
    "label": "Proceeding ID",
    "format": "text"
  },
  "proceedingType": {
    "label": "Proceeding type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "court": {
    "label": "Court",
    "format": "text"
  },
  "announcementDate": {
    "label": "Announcement date",
    "format": "date"
  },
  "title": {
    "label": "Announcement",
    "format": "text"
  },
  "inventoryStatus": {
    "label": "Inventory status",
    "format": "text"
  },
  "licenceNumber": {
    "label": "Licence number",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "sourceUrl": {
    "label": "KRZ source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Poland KRZ National Debtor Registry Scraper](https://apify.com/maximedupre/poland-krz-debtor-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/poland-krz-debtor-registry-scraper) to learn more, explore other use cases, and run it yourself.