# Czech KYB Supplier Data Extractor

**Use case:** 

Create a Czech KYB supplier dataset from ARES using company names and IČO lookup with addresses, legal data, statuses, and NACE codes.

## Input

```json
{
  "companyNames": [
    "logistics",
    "stavebni"
  ],
  "icos": [
    "00177041"
  ],
  "maxResults": 250,
  "start": 0,
  "includeDetails": true,
  "delayMillis": 500
}
```

## Output

```json
{
  "ico": {
    "label": "ICO"
  },
  "businessName": {
    "label": "Business name"
  },
  "taxId": {
    "label": "Tax ID"
  },
  "legalForm": {
    "label": "Legal form"
  },
  "primarySource": {
    "label": "Primary source"
  },
  "registrationDate": {
    "label": "Registered"
  },
  "updatedAt": {
    "label": "Updated"
  },
  "addressText": {
    "label": "Address"
  },
  "municipality": {
    "label": "Municipality"
  },
  "region": {
    "label": "Region"
  },
  "naceCodes": {
    "label": "NACE codes"
  },
  "registrationStatuses": {
    "label": "Registry statuses"
  },
  "searchTerm": {
    "label": "Search term"
  },
  "sourceType": {
    "label": "Source type"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [ARES Czech Business Registry Scraper](https://apify.com/automation-lab/ares-czech-business-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/ares-czech-business-registry-scraper) to learn more, explore other use cases, and run it yourself.