# ARES Czech Business Registry Full Export

**Use case:** 

Full Export of ARES Czech Business Registry. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "searchQuery": "Skoda"
}
```

## Output

```json
{
  "ico": {
    "label": "IČO",
    "format": "text"
  },
  "name": {
    "label": "Company Name",
    "format": "text"
  },
  "legalForm": {
    "label": "Legal Form",
    "format": "text"
  },
  "registrationDate": {
    "label": "Registered",
    "format": "date"
  },
  "dic": {
    "label": "VAT ID",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "fullAddress": {
    "label": "Address",
    "format": "text"
  },
  "financialOffice": {
    "label": "Tax Office",
    "format": "text"
  },
  "lastUpdated": {
    "label": "Last Updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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