# Sběr dat o společnosti Skoda Auto v České republice

**Use case:** 

Získejte strukturovaná data o společnosti Skoda Auto včetně statutárních orgánů.

## Input

```json
{
  "maxCompanies": 50,
  "queries": [
    "Skoda Auto"
  ],
  "includeOfficers": true,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "ico": {
    "label": "ICO"
  },
  "name": {
    "label": "Company"
  },
  "vatNumber": {
    "label": "VAT (DIC)"
  },
  "vatPayer": {
    "label": "VAT payer"
  },
  "inInsolvency": {
    "label": "In insolvency"
  },
  "status": {
    "label": "Status"
  },
  "legalFormCode": {
    "label": "Legal form"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "foundedDate": {
    "label": "Founded"
  },
  "naceCodes": {
    "label": "NACE"
  },
  "officers": {
    "label": "Officers"
  },
  "shareholders": {
    "label": "Shareholders"
  }
}
```

## About this Actor

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