# Get apartments for sale in Brno from Sreality

**Use case:** 

Collects apartments for sale in Brno from Sreality.cz: price, price per m², layout, area, floor, building type and condition, address with city part, GPS and the seller's contact. Use it to compare Brno prices by city part.

## Input

```json
{
  "location": "Brno",
  "locations": [],
  "transactions": [
    "prodej"
  ],
  "propertyTypes": [
    "byty"
  ],
  "maxItems": 50,
  "maxItemsPerQuery": 0,
  "radiusKm": 0,
  "ownership": "ALL",
  "furnished": "ALL",
  "searchQueries": [],
  "sortBy": "NEWEST",
  "privateSellersOnly": false,
  "excludeKeywords": [],
  "onlyNew": false,
  "stateKey": "default",
  "resetState": false,
  "language": "cs",
  "extractDetails": true,
  "enrichEmails": false,
  "privateSellerContacts": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxConcurrency": 10,
  "maxRequestsPerMinute": 300,
  "maxRequestRetries": 5,
  "pageSize": 200,
  "debugLog": false
}
```

## Output

```json
{
  "mainImage": {
    "label": "Main image",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "pricePerM2": {
    "label": "Price per m²",
    "format": "number"
  },
  "disposition": {
    "label": "Layout",
    "format": "string"
  },
  "area": {
    "label": "Area (m²)",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

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 full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/nice_dev/sreality-listings-scraper.md

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`).
