# Large Prague Apartments for Sale Over 80sqm

**Use case:** 

Get listings of large Prague apartments for sale, featuring properties over 80sqm. Data is delivered in CSV, JSON, or Excel format.

## Input

```json
{
  "regionIds": [
    "10"
  ],
  "transaction": "sale",
  "category": "apartment",
  "subtypeCodes": [],
  "priceMin": 0,
  "priceMax": 0,
  "usableAreaMin": 80,
  "usableAreaMax": 0,
  "estateAreaMin": 0,
  "estateAreaMax": 0,
  "sort": "newest",
  "perPage": 100,
  "maxListings": 200,
  "maxPagesPerTask": 10,
  "requestDelay": 600,
  "maxRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "CZ"
  }
}
```

## Output

```json
{
  "adId": {
    "label": "ID",
    "format": "text"
  },
  "category": {
    "label": "Type",
    "format": "text"
  },
  "transactionType": {
    "label": "Sale/Rent",
    "format": "text"
  },
  "subtype": {
    "label": "Subtype",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Ccy",
    "format": "text"
  },
  "usableArea": {
    "label": "m²",
    "format": "number"
  },
  "pricePerSqm": {
    "label": "CZK/m²",
    "format": "number"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "agentSeoName": {
    "label": "Agency",
    "format": "text"
  },
  "detailUrl": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

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