# Czech ARES Company Name Scraper

**Use case:** 

Search Czech ARES registry by company name and export official company data, addresses, legal forms, statuses, and NACE codes.

## Input

```json
{
  "companyNames": [
    "skoda",
    "alza"
  ],
  "icos": [
    "00177041"
  ],
  "maxResults": 100,
  "start": 0,
  "includeDetails": true,
  "delayMillis": 250
}
```

## 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.