# Scrape flats for sale in Warsaw

**Use case:** 

Extract flats for sale in Warsaw from Otodom.pl. Structured Polish property data with prices and locations. Pay per result.

## Input

```json
{
  "startUrls": [],
  "transaction": "sale",
  "propertyType": "FLAT",
  "location": "warszawa",
  "maxResults": 5,
  "fetchDetails": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "operationType": {
    "label": "Type",
    "format": "text"
  },
  "propertyType": {
    "label": "Property",
    "format": "text"
  },
  "priceAmount": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "pricePerSqm": {
    "label": "Price/m²",
    "format": "number"
  },
  "rentPrice": {
    "label": "Rent/mo",
    "format": "number"
  },
  "areaInSquareMeters": {
    "label": "Area (m²)",
    "format": "number"
  },
  "roomsNumber": {
    "label": "Rooms",
    "format": "number"
  },
  "floorNumber": {
    "label": "Floor",
    "format": "number"
  },
  "streetAddress": {
    "label": "Street",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "subdistrict": {
    "label": "Subdistrict",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "shortDescription": {
    "label": "Short description"
  },
  "buildYear": {
    "label": "Build year",
    "format": "number"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "heating": {
    "label": "Heating",
    "format": "text"
  },
  "marketType": {
    "label": "Market",
    "format": "text"
  },
  "advertiserType": {
    "label": "Advertiser",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "isPrivateOwner": {
    "label": "Private",
    "format": "text"
  },
  "publishDate": {
    "label": "Listed on",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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