# Czech Flat Auctions - Buy Below Appraised Value

**Use case:** 

See every flat coming up for auction in Czechia with its appraised value, the price bidding opens at and the deposit you must lodge to bid.

## Input

```json
{
  "mode": "auctions",
  "listings": [
    "upcoming"
  ],
  "startFrom": "",
  "startTo": "",
  "categories": [
    "13"
  ],
  "itemType": "real",
  "maxResults": 200,
  "includeDetails": false,
  "exactCategories": true
}
```

## Output

```json
{
  "title": {
    "label": "Lot Title",
    "format": "string"
  },
  "categoryName": {
    "label": "Category",
    "format": "string"
  },
  "itemType": {
    "label": "Property Type",
    "format": "string"
  },
  "reservePrice": {
    "label": "Reserve Price (CZK)",
    "format": "integer"
  },
  "estimatedPrice": {
    "label": "Appraised Value (CZK)",
    "format": "integer"
  },
  "discountPct": {
    "label": "Discount %",
    "format": "number"
  },
  "cautionDeposit": {
    "label": "Security Deposit (CZK)",
    "format": "integer"
  },
  "startAt": {
    "label": "Starts At",
    "format": "string"
  },
  "cityName": {
    "label": "City",
    "format": "string"
  },
  "countyName": {
    "label": "Region (kraj)",
    "format": "string"
  },
  "executorName": {
    "label": "Executor",
    "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.