# Private Seller Apartments in Warsaw

**Use case:** 

Find listings of apartments for sale by private sellers in Warsaw. Get detailed property data and insights effortlessly.

## Input

```json
{
  "locationSlugs": [
    "mazowieckie/warszawa"
  ],
  "transaction": "sale",
  "propertyType": "apartment",
  "priceMin": 0,
  "priceMax": 0,
  "areaMin": 0,
  "areaMax": 0,
  "roomsMin": 0,
  "roomsMax": 0,
  "market": "ALL",
  "ownerType": "PRIVATE",
  "sort": "latest",
  "distanceRadius": 0,
  "limit": 72,
  "maxListings": 200,
  "maxPagesPerTask": 5,
  "requestDelay": 800,
  "maxRetries": 3,
  "timeBudgetSecs": 240,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "PL"
  }
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID",
    "format": "string"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "string"
  },
  "transactionType": {
    "label": "Transaction",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "areaSqm": {
    "label": "Area (m²)",
    "format": "number"
  },
  "pricePerSqm": {
    "label": "Price per m²",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "integer"
  },
  "floor": {
    "label": "Floor",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "district": {
    "label": "District",
    "format": "string"
  },
  "agencyName": {
    "label": "Agency Name",
    "format": "string"
  },
  "advertType": {
    "label": "Advert Type",
    "format": "string"
  },
  "dateCreated": {
    "label": "Date Created",
    "format": "string"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Otodom.pl Scraper - Polish Real Estate Data](https://apify.com/logiover/otodom-pl-scraper-polish-real-estate-data) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/otodom-pl-scraper-polish-real-estate-data) to learn more, explore other use cases, and run it yourself.