# 🏠 Sreality Scraper — Czech Property Listings (`hipersoft/sreality-scraper`) Actor

Scrape public real-estate listings from Sreality.cz, the Czech Republic's #1 property portal. Choose sale or rent, a category and a city — or paste a search URL — and export one clean row per property: price, disposition, area, locality, geo, photos and the listing link.

- **URL**: https://apify.com/hipersoft/sreality-scraper.md
- **Developed by:** [hiper soft](https://apify.com/hipersoft) (community)
- **Categories:** Real estate
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.0015 / item scraped

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## 🏠 Sreality Scraper — Czech Property Listings

Scrape public real-estate listings from **Sreality.cz**, the Czech Republic's #1 property portal, and export clean, structured data. Choose **sale or rent**, pick a **category** (flats, houses, land, commercial), narrow to a **city or region** — or paste a ready-made Sreality search or property URL — and get one tidy row per property: price, disposition, area, locality, GPS coordinates, photos and the listing link. Download everything as **JSON, CSV or Excel**, or pull it straight from the API.

Great for property-market research, price benchmarking, investment sourcing, building a real-estate feed, or tracking new listings across Czechia.

### What it does

- 🔀 **Sale or rent** — collect properties for sale (*prodej*) or for rent (*pronájem*).
- 🏢 **Every category** — flats (*byty*), houses (*domy*), land (*pozemky*), commercial (*komerční*) or other (*ostatní*).
- 📍 **Filter by locality** — limit results to a Czech city or region (e.g. `praha`, `brno`, `ostrava`, `plzen`).
- 🔗 **Paste Start URLs** — drop in any Sreality search or property URL straight from your browser.
- 💰 **Clean price data** — numeric price, formatted price, price-on-request flag, price per m² and currency.
- 🧭 **Full locality & geo** — region, city, city part, district, street plus latitude / longitude.
- 🖼️ **Photo galleries** — every listing image as a ready-to-use URL.
- 🔎 **Optional full details** — enable *Include full details* for the full description, all photos, seller and building attributes.
- 📤 **Clean, flat output** — ready for spreadsheets, databases and dashboards.

### Input

| Field | Description |
| --- | --- |
| **Transaction** | Properties for sale (*prodej*) or for rent (*pronájem*). |
| **Category** | Flats, houses, land, commercial or other. |
| **Locality** | Optional Czech city or region to limit the search (e.g. `praha`, `brno`). |
| **Start URLs** | Optional list of Sreality search or property URLs. When set, these are used instead of the fields above. |
| **Include full details** | Fetch each property's detail page for extra fields. Slower, richer output. |
| **Max items** | Maximum number of properties to collect (0 = no limit). |

#### Example input

```json
{
  "transaction": "prodej",
  "category": "byty",
  "locality": "praha",
  "includeDetail": false,
  "maxItems": 100
}
```

### Output

Each property is one record. Example (fields vary by listing):

```json
{
  "id": "2212697420",
  "title": "Prodej bytu 3+kk 72 m²",
  "transactionType": "prodej",
  "category": "byty",
  "categoryName": "Byty",
  "disposition": "3+kk",
  "price": 11625281,
  "priceFormatted": "11 625 281 Kč",
  "priceOnRequest": false,
  "pricePerSqM": 161462,
  "currency": "CZK",
  "area": 72,
  "region": "Hlavní město Praha",
  "city": "Praha",
  "cityPart": "Čakovice",
  "district": "Praha 9",
  "street": "Schoellerova 28",
  "latitude": 50.1576102,
  "longitude": 14.524825,
  "coverImage": "https://d18-a.sdn.cz/.../6658.jpeg",
  "images": ["https://d18-a.sdn.cz/.../6658.jpeg"],
  "imageCount": 9,
  "sellerType": "agency",
  "detailUrl": "https://www.sreality.cz/detail/prodej/byt/3+kk/praha-cakovice-schoellerova/2212697420",
  "scrapedAt": "2026-09-06T12:16:57.269Z"
}
```

With **Include full details** enabled, each record also carries the full `description`, the complete photo gallery, `sellerName` and a compact `attributes` object (building type, condition, floor, usable area, energy rating, and more where available).

### Tips

- Leave **Locality** empty to scrape a whole category nationwide, or set it to a city/region slug to focus your search.
- Use **Start URLs** to reproduce an exact search you built on the Sreality website — just copy the URL from the address bar.
- Combine with the Apify scheduler to track new listings or price changes over time.

### FAQ

**Which listings can I collect?** Any public listing that appears in Sreality search results — sale or rent, across all categories.

**In what formats can I export?** JSON, CSV, Excel, XML or HTML table — via the Apify Console or the API.

**Can I get the full description and all photos?** Yes — enable *Include full details*.

This Actor scrapes only publicly available listing information. Please use the data responsibly and in line with applicable laws and terms.

# Actor input Schema

## `transaction` (type: `string`):

Whether to collect properties for sale (prodej) or for rent (pronájem). Ignored when Start URLs are set.

## `category` (type: `string`):

Property category to search. Ignored when Start URLs are set.

## `locality` (type: `string`):

Optional. Limit results to a Czech city or region, written as it appears in a Sreality URL — for example 'praha', 'brno', 'ostrava', 'plzen' or 'jihomoravsky-kraj'. Leave empty for the whole country.

## `startUrls` (type: `array`):

Optional. One or more Sreality search or /detail/ property URLs to scrape. Paste the URL straight from your browser. When set, these are used instead of the Transaction / Category / Locality fields.

## `includeDetail` (type: `boolean`):

Fetch each property's detail page for extra fields (full description, all photos, seller, building attributes). Slower, richer output.

## `maxItems` (type: `integer`):

Maximum number of properties to collect across all searches (0 = no limit; collect everything the searches return).

## Actor input object example

```json
{
  "transaction": "prodej",
  "category": "byty",
  "locality": "praha",
  "includeDetail": false,
  "maxItems": 100
}
```

# Actor output Schema

## `results` (type: `string`):

The results as dataset items.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("hipersoft/sreality-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("hipersoft/sreality-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call hipersoft/sreality-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,hipersoft/sreality-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/F2xIhJlGvs5gtcJ9z/builds/xwf6TQICVyVD6RuSe/openapi.json
