# Otodom Krakow Apartments for Rent

**Use case:** 

Rental apartment listings in Krakow from Otodom.pl, with prices, size, and floor details.

## Input

```json
{
  "searchQuery": "Krakow",
  "startUrls": [
    {
      "url": "https://www.otodom.pl/pl/wyniki/sprzedaz/mieszkanie/cala-polska?page=1"
    }
  ],
  "listingType": "rent",
  "propertyType": "mieszkanie",
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "PL"
  }
}
```

## Output

```json
{
  "itemTitle": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "pricePerSqm": {
    "label": "Price per m2",
    "format": "number"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "string"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "district": {
    "label": "District",
    "format": "string"
  },
  "rooms": {
    "label": "Rooms",
    "format": "integer"
  },
  "surface": {
    "label": "Surface",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Otodom Scraper — Polish Real Estate Listings & Property Prices](https://apify.com/studio-amba/otodom-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/studio-amba/otodom-scraper) to learn more, explore other use cases, and run it yourself.