# Czech Retail Companies List from ARES

**Use case:** 

Extract comprehensive data on Czech retail businesses including IČO, VAT, legal form, industry, and addresses. Up to 200 results per query.

## Input

```json
{
  "obchodniJmeno": "obchod retail",
  "pravniForma": "",
  "maxResults": 200,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "ico": {
    "label": "IČO",
    "format": "string"
  },
  "vat": {
    "label": "VAT (DIČ)",
    "format": "string"
  },
  "name": {
    "label": "Company name",
    "format": "string"
  },
  "legalFormCode": {
    "label": "Legal form code",
    "format": "string"
  },
  "legalFormText": {
    "label": "Legal form",
    "format": "string"
  },
  "nacePrimary": {
    "label": "Primary NACE",
    "format": "string"
  },
  "naceCodes": {
    "label": "NACE codes",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "district": {
    "label": "District",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "zip": {
    "label": "Postcode",
    "format": "integer"
  },
  "establishedDate": {
    "label": "Established date",
    "format": "string"
  },
  "isActive": {
    "label": "Active",
    "format": "boolean"
  },
  "url": {
    "label": "ARES URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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