# Brno Houses for Sale Data Scraper

**Use case:** 

Extract up to 200 listings of houses for sale in Brno, Czech Republic. Get detailed real estate data in CSV, JSON, or Excel format.

## Input

```json
{
  "region": "11",
  "transaction": "sale",
  "category": "house",
  "subtypeCodes": [],
  "regionIds": [],
  "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": "Ad ID",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "transactionType": {
    "label": "Transaction Type",
    "format": "string"
  },
  "subtype": {
    "label": "Subtype",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "usableArea": {
    "label": "Usable Area",
    "format": "integer"
  },
  "pricePerSqm": {
    "label": "Price / m²",
    "format": "integer"
  },
  "locality": {
    "label": "Locality",
    "format": "string"
  },
  "agentSeoName": {
    "label": "Agent SEO Name",
    "format": "string"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "string"
  }
}
```

## 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.