# Bezrealitky Owner Listing Dataset

**Use case:** 

Build a multi-city Bezrealitky real estate dataset for market analysis, direct-owner sourcing, and rental or sale inventory tracking.

## Input

```json
{
  "startUrls": [
    "https://www.bezrealitky.cz/vypis/nabidka-prodej/byt/praha",
    "https://www.bezrealitky.cz/vypis/nabidka-pronajem/byt/brno",
    "https://www.bezrealitky.cz/vypis/nabidka-prodej/dum"
  ],
  "maxResults": 150,
  "includeDetails": true,
  "maxRequestRetries": 4
}
```

## Output

```json
{
  "id": {
    "label": "Listing ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "offerType": {
    "label": "Offer",
    "format": "text"
  },
  "estateType": {
    "label": "Estate",
    "format": "text"
  },
  "disposition": {
    "label": "Disposition",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "charges": {
    "label": "Charges",
    "format": "number"
  },
  "surface": {
    "label": "Surface m²",
    "format": "number"
  },
  "surfaceLand": {
    "label": "Land m²",
    "format": "number"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "mainImageUrl": {
    "label": "Main image",
    "format": "link"
  },
  "isNew": {
    "label": "New",
    "format": "boolean"
  },
  "isReserved": {
    "label": "Reserved",
    "format": "boolean"
  },
  "isDiscounted": {
    "label": "Discounted",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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