# Sreality Prague Apartment Leads

**Use case:** 

Get structured data for sreality prague apartment leads with Sreality Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "searchUrls": [
    "https://www.sreality.cz/hledani/prodej/byty/praha"
  ],
  "includeDetails": true,
  "maxResultsPerUrl": 10,
  "maxPagesPerUrl": 1,
  "detailConcurrency": 4
}
```

## Output

```json
{
  "image": {
    "label": "Photo",
    "format": "image"
  },
  "title": {
    "label": "Property",
    "format": "text"
  },
  "price_czk": {
    "label": "Price CZK",
    "format": "number"
  },
  "price_per_sqm_czk": {
    "label": "CZK/m2",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "disposition": {
    "label": "Layout",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "agency_name": {
    "label": "Agency",
    "format": "text"
  },
  "agent_name": {
    "label": "Agent",
    "format": "text"
  },
  "agent_email": {
    "label": "Email",
    "format": "text"
  },
  "agent_phones": {
    "label": "Phones",
    "format": "array"
  },
  "lead_score": {
    "label": "Lead score",
    "format": "number"
  },
  "detail_url": {
    "label": "Listing",
    "format": "link"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Sreality.cz Scraper - Czech Property and Leads](https://apify.com/benthepythondev/sreality-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/sreality-scraper) to learn more, explore other use cases, and run it yourself.