# Prague Apartments for Sale Over 70sqm

**Use case:** 

Get listings of apartments for sale in Prague that exceed 70sqm. Data includes prices and available options for up to 200 listings.

## Input

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

## Output

```json
{
  "adId": {
    "label": "Ad ID",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "transactionType": {
    "label": "Transaction Type",
    "format": "string"
  },
  "subtype": {
    "label": "Subtype",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "usableArea": {
    "label": "Usable Area",
    "format": "integer"
  },
  "pricePerSqm": {
    "label": "Price / m²",
    "format": "integer"
  },
  "locality": {
    "label": "Locality",
    "format": "string"
  },
  "agentSeoName": {
    "label": "Agent SEO Name",
    "format": "string"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "string"
  }
}
```

## 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.