# Monitoring nowych ogłoszeń mieszkań na OLX (Warszawa)

**Use case:** 

Monitoring nowych ogłoszeń mieszkań na sprzedaż w Warszawie na OLX. Ustaw harmonogram i odbieraj tylko świeże oferty oraz zmiany cen, prosto do CRM.

## Input

```json
{
  "subcategory": "mieszkania",
  "transaction": "sprzedaz",
  "city": "Warszawa",
  "radiusKm": "0",
  "market": "",
  "furniture": "",
  "ownerType": "",
  "onlyWithPhoto": false,
  "postedWithin": "all",
  "monitorNew": true,
  "detectPriceChanges": true,
  "maxItems": 500,
  "uzyjProxy": false
}
```

## Output

```json
{
  "title": {
    "label": "Tytuł",
    "format": "text"
  },
  "price": {
    "label": "Cena",
    "format": "number"
  },
  "currency": {
    "label": "Waluta",
    "format": "text"
  },
  "pricePerM2": {
    "label": "Cena/m²",
    "format": "number"
  },
  "areaM2": {
    "label": "Powierzchnia (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Pokoje",
    "format": "text"
  },
  "floor": {
    "label": "Piętro",
    "format": "text"
  },
  "market": {
    "label": "Rynek",
    "format": "text"
  },
  "buildingType": {
    "label": "Typ budynku",
    "format": "text"
  },
  "isBusiness": {
    "label": "Firma",
    "format": "boolean"
  },
  "city": {
    "label": "Miasto",
    "format": "text"
  },
  "district": {
    "label": "Dzielnica",
    "format": "text"
  },
  "region": {
    "label": "Województwo",
    "format": "text"
  },
  "createdTime": {
    "label": "Dodano",
    "format": "date"
  },
  "url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [OLX Nieruchomości: Mieszkania, Domy, Działki + Monitoring](https://apify.com/klevio/olx-nieruchomosci-pl) with a specific input configuration. Visit the [Actor detail page](https://apify.com/klevio/olx-nieruchomosci-pl) to learn more, explore other use cases, and run it yourself.