# Czech Republic Land Plots for Sale

**Use case:** 

Get the latest listings of land plots for sale in the Czech Republic. This task provides CSV, JSON, or Excel outputs of available properties.

## Input

```json
{
  "regionIds": [
    "10"
  ],
  "transaction": "sale",
  "category": "land",
  "subtypeCodes": [],
  "priceMin": 0,
  "priceMax": 0,
  "usableAreaMin": 0,
  "usableAreaMax": 0,
  "estateAreaMin": 0,
  "estateAreaMax": 0,
  "sort": "newest",
  "perPage": 100,
  "maxListings": 200,
  "maxPagesPerTask": 10,
  "requestDelay": 600,
  "maxRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "CZ"
  }
}
```

## Output

```json
{
  "adId": {
    "label": "ID",
    "format": "text"
  },
  "category": {
    "label": "Type",
    "format": "text"
  },
  "transactionType": {
    "label": "Sale/Rent",
    "format": "text"
  },
  "subtype": {
    "label": "Subtype",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Ccy",
    "format": "text"
  },
  "usableArea": {
    "label": "m²",
    "format": "number"
  },
  "pricePerSqm": {
    "label": "CZK/m²",
    "format": "number"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "agentSeoName": {
    "label": "Agency",
    "format": "text"
  },
  "detailUrl": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Sreality Scraper - Czech Real Estate Data & Listings](https://apify.com/logiover/sreality-cz-scraper-czech-real-estate-data) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/sreality-cz-scraper-czech-real-estate-data) to learn more, explore other use cases, and run it yourself.