# Scrape houses for sale in Czech Republic

**Use case:** 

Extract houses for sale from Bezrealitky.cz across the Czech Republic. Structured property data. Pay per result.

## Input

```json
{
  "transaction": "prodej",
  "propertyType": "dum",
  "location": "Praha",
  "keyword": "developer",
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": []
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "transaction": {
    "label": "Transaction",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "priceText": {
    "label": "Price",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "areaM2": {
    "label": "Area (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "daysActive": {
    "label": "Listed",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Bezrealitky.cz Real Estate Scraper](https://apify.com/unfenced-group/bezrealitky-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/bezrealitky-scraper) to learn more, explore other use cases, and run it yourself.