# Pronájem bytů ze Sreality

**Use case:** 

Stáhněte si byty k pronájmu ze Sreality: měsíční nájem, cena za m², dispozice, plocha a lokalita. Nejnovější inzeráty první, export do CSV nebo JSON.

## Input

```json
{
  "operation": "search",
  "propertyType": "byty",
  "transaction": "pronajem",
  "regions": [
    "Hlavní město Praha"
  ],
  "dispositions": [],
  "minPrice": 0,
  "maxPrice": 0,
  "minArea": 0,
  "maxArea": 0,
  "buildingTypes": [],
  "ownership": "any",
  "maxAgeDays": 0,
  "sort": "-date",
  "maxResults": 50,
  "includeDetails": false,
  "propertyUrls": [],
  "searchUrls": []
}
```

## Output

```json
{
  "estateId": {
    "label": "🆔 Listing ID",
    "format": "number"
  },
  "estateUrl": {
    "label": "🔗 Listing URL",
    "format": "string"
  },
  "listingName": {
    "label": "🏷️ Listing",
    "format": "string"
  },
  "propertyType": {
    "label": "🏘️ Type",
    "format": "string"
  },
  "transaction": {
    "label": "💱 Deal",
    "format": "string"
  },
  "disposition": {
    "label": "🚪 Disposition",
    "format": "string"
  },
  "priceCzk": {
    "label": "💰 Price (CZK)",
    "format": "number"
  },
  "priceOnRequest": {
    "label": "❓ Price on request",
    "format": "boolean"
  },
  "priceCzkPerSqM": {
    "label": "📊 CZK per m2",
    "format": "number"
  },
  "priceUnit": {
    "label": "🧾 Price unit",
    "format": "string"
  },
  "priceNote": {
    "label": "🧾 Price note",
    "format": "string"
  },
  "usableArea": {
    "label": "📏 Usable area (m2)",
    "format": "number"
  },
  "region": {
    "label": "🗺️ Region",
    "format": "string"
  },
  "district": {
    "label": "📍 District",
    "format": "string"
  },
  "city": {
    "label": "🏙️ City",
    "format": "string"
  },
  "cityPart": {
    "label": "🏘️ City part",
    "format": "string"
  },
  "street": {
    "label": "🛣️ Street",
    "format": "string"
  },
  "streetNumber": {
    "label": "🔢 Street no.",
    "format": "string"
  },
  "houseNumber": {
    "label": "🏠 House no.",
    "format": "string"
  },
  "zip": {
    "label": "📫 ZIP",
    "format": "string"
  },
  "latitude": {
    "label": "🌐 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Longitude",
    "format": "number"
  },
  "imageUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "imageUrls": {
    "label": "🖼️ All photos",
    "format": "array"
  },
  "imageCount": {
    "label": "📸 Photo count",
    "format": "number"
  },
  "hasVideo": {
    "label": "🎥 Video",
    "format": "boolean"
  },
  "hasMatterport": {
    "label": "🧭 3D tour",
    "format": "boolean"
  },
  "agencyName": {
    "label": "🏢 Agency",
    "format": "string"
  },
  "agencySeoName": {
    "label": "🔖 Agency slug",
    "format": "string"
  },
  "agencyUrl": {
    "label": "🌐 Agency site",
    "format": "string"
  },
  "agencyReviewScore": {
    "label": "⭐ Agency rating",
    "format": "number"
  },
  "agencyReviewCount": {
    "label": "🗣️ Agency reviews",
    "format": "number"
  },
  "agentName": {
    "label": "👤 Agent",
    "format": "string"
  },
  "agentEmail": {
    "label": "✉️ Agent email",
    "format": "string"
  },
  "agentPhones": {
    "label": "📞 Agent phones",
    "format": "array"
  },
  "isPrivateSeller": {
    "label": "🏠 Private seller",
    "format": "boolean"
  },
  "propertyText": {
    "label": "📝 Description",
    "format": "string"
  },
  "advertCode": {
    "label": "🔢 Agency ref",
    "format": "string"
  },
  "floorNumber": {
    "label": "🪜 Floor",
    "format": "number"
  },
  "totalFloors": {
    "label": "🏢 Floors in building",
    "format": "number"
  },
  "buildingType": {
    "label": "🧱 Building type",
    "format": "string"
  },
  "buildingCondition": {
    "label": "🛠️ Condition",
    "format": "string"
  },
  "ownershipType": {
    "label": "📜 Ownership",
    "format": "string"
  },
  "energyRating": {
    "label": "⚡ Energy label",
    "format": "string"
  },
  "furnished": {
    "label": "🛋️ Furnished",
    "format": "string"
  },
  "hasElevator": {
    "label": "🛄 Lift",
    "format": "boolean"
  },
  "hasBalcony": {
    "label": "🌿 Balcony",
    "format": "boolean"
  },
  "hasTerrace": {
    "label": "☀️ Terrace",
    "format": "boolean"
  },
  "hasCellar": {
    "label": "📦 Cellar",
    "format": "boolean"
  },
  "hasGarage": {
    "label": "🚗 Garage",
    "format": "boolean"
  },
  "gardenArea": {
    "label": "🌳 Garden (m2)",
    "format": "number"
  },
  "publishedAt": {
    "label": "📅 Listed",
    "format": "string"
  },
  "updatedAt": {
    "label": "🕒 Updated",
    "format": "string"
  },
  "viewCount": {
    "label": "👁️ Views",
    "format": "number"
  },
  "poiDistances": {
    "label": "📍 Nearby (m)",
    "format": "object"
  }
}
```

## About this Actor

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


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/sreality-property-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
