# Czech apartments for sale scraper

**Use case:** 

Scrape Sreality.cz apartments for sale with listing titles, prices, locations, property URLs, photos, and metadata.

## Input

```json
{
  "startUrls": [
    "https://www.sreality.cz/en/search/for-sale/apartments"
  ],
  "maxResults": 50,
  "maxRequestRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "categoryType": {
    "label": "Offer type",
    "format": "text"
  },
  "categoryMain": {
    "label": "Property type",
    "format": "text"
  },
  "categorySub": {
    "label": "Layout",
    "format": "text"
  },
  "priceCzk": {
    "label": "Price CZK",
    "format": "number"
  },
  "pricePerSqmCzk": {
    "label": "CZK / m²",
    "format": "number"
  },
  "localityText": {
    "label": "Locality",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "areaSqm": {
    "label": "Area m²",
    "format": "number"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "imageUrls": {
    "label": "Images",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "hasVideo": {
    "label": "Video",
    "format": "boolean"
  },
  "hasMatterport": {
    "label": "Matterport",
    "format": "boolean"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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