# Czech Judicial Executor Offices - Full Directory

**Use case:** 

Every judicial executor office in Czechia with its registration number, district, address and website, for service, enforcement and outreach.

## Input

```json
{
  "mode": "auctioneers",
  "listings": [
    "upcoming"
  ],
  "startFrom": "",
  "startTo": "",
  "itemType": "any",
  "maxResults": 100,
  "includeDetails": false,
  "exactCategories": true
}
```

## Output

```json
{
  "executorNumber": {
    "label": "Executor Number",
    "format": "string"
  },
  "executorName": {
    "label": "Executor",
    "format": "string"
  },
  "ico": {
    "label": "ICO",
    "format": "string"
  },
  "district": {
    "label": "Executor District",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "street": {
    "label": "Street",
    "format": "string"
  },
  "houseNumber": {
    "label": "House Number",
    "format": "string"
  },
  "postcode": {
    "label": "Postcode",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Czech Public Auctions Scraper - Portál dražeb](https://apify.com/regdata/czech-drazby-auction-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/czech-drazby-auction-scraper) to learn more, explore other use cases, and run it yourself.