# For-sale Sreality Czech Real Estate Listings Standard Export

**Use case:** 

Standard Export of Sreality Czech Real Estate Listings for for-sale. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 100,
  "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.