# Watch Otodom for new listings

**Use case:** 

Run this on a schedule and receive only the Polish flats that were not returned on an earlier run. The listing id comes from Otodom itself, so a re-promoted offer is recognised as the same property rather than counted twice.

## Input

```json
{
  "transaction": "sprzedaz",
  "estate": "mieszkanie",
  "location": "cala-polska",
  "maxListings": 30,
  "maxPages": 0,
  "includeDescription": true,
  "useProxy": false,
  "keywords": [],
  "keywordMatch": "any",
  "excludeKeywords": [],
  "agencyNames": [],
  "minPrice": 0,
  "maxPrice": 0,
  "maxPricePerSqm": 0,
  "requirePrice": false,
  "minRooms": -1,
  "maxRooms": -1,
  "minFloor": -1,
  "maxFloor": -1,
  "minAreaSqm": 0,
  "maxAreaSqm": 0,
  "advertiserType": "any",
  "exclusiveOnly": false,
  "listedWithinDays": 0,
  "monitoringMode": true,
  "resetMonitoringState": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "estateType": {
    "label": "Estate type",
    "format": "string"
  },
  "transactionType": {
    "label": "Transaction type",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "priceCurrency": {
    "label": "Price currency",
    "format": "string"
  },
  "priceType": {
    "label": "Price type",
    "format": "string"
  },
  "monthlyAdminCharge": {
    "label": "Monthly admin charge",
    "format": "string"
  },
  "pricePerSqm": {
    "label": "Price per sqm",
    "format": "string"
  },
  "areaSqm": {
    "label": "Area sqm",
    "format": "string"
  },
  "rooms": {
    "label": "Rooms",
    "format": "string"
  },
  "floor": {
    "label": "Floor",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "province": {
    "label": "Province",
    "format": "string"
  },
  "locationFullName": {
    "label": "Location full name",
    "format": "string"
  },
  "agencyName": {
    "label": "Agency name",
    "format": "string"
  },
  "advertiserType": {
    "label": "Advertiser type",
    "format": "string"
  },
  "listedAt": {
    "label": "Listed at",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "note": {
    "label": "Note",
    "format": "string"
  },
  "listingsRead": {
    "label": "Listings read",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Otodom Scraper & New-Listing Monitor - Poland Real Estate](https://apify.com/neverempty/otodom-listings.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/neverempty/otodom-listings.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/neverempty/otodom-listings.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
