# For-sale Sreality Czech Real Estate Listings

**Use case:** 

Extract Sreality Czech Real Estate Listings data filtered by for-sale. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "transaction": "for-sale",
  "propertyType": "apartments"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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