# Cheapest new flats in Poland — nationwide scan

**Use case:** 

Nationwide scan of Poland's cheapest new-development flats, sorted by price, with developers and locations from rynekpierwotny.pl.

## Input

```json
{
  "location": "Warszawa",
  "propertyType": "flats",
  "scrapeMode": "investments",
  "priceMin": 0,
  "priceMax": 0,
  "areaMin": 0,
  "areaMax": 0,
  "roomsMin": 0,
  "roomsMax": 0,
  "priceM2Min": 0,
  "priceM2Max": 0,
  "distance": 0,
  "isLuxury": false,
  "includeSoldOut": false,
  "sortBy": "price-asc",
  "maxResults": 200,
  "maxPages": 0,
  "onlyAvailableUnits": true,
  "includeOfferDetails": false,
  "detailConcurrency": 10,
  "compact": false,
  "excludeEmptyFields": false,
  "regionIds": [],
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notifyOnlyChanges": true,
  "notificationLimit": 10,
  "includeRunSummary": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Investment"
  },
  "offerName": {
    "label": "Investment (unit)"
  },
  "developer": {
    "label": "Developer"
  },
  "city": {
    "label": "City"
  },
  "district": {
    "label": "District"
  },
  "priceMin": {
    "label": "Price from"
  },
  "priceMax": {
    "label": "Price to"
  },
  "price": {
    "label": "Unit price"
  },
  "area": {
    "label": "Area m²"
  },
  "rooms": {
    "label": "Rooms"
  },
  "areaMin": {
    "label": "Area from"
  },
  "areaMax": {
    "label": "Area to"
  },
  "unitsForSale": {
    "label": "Units for sale"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [RynekPierwotny Scraper](https://apify.com/trev0n/rynekpierwotny-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/rynekpierwotny-scraper) to learn more, explore other use cases, and run it yourself.