# Private Houses for Sale Wroclaw - No Agencies

**Use case:** 

Houses for sale in Wroclaw from private owners only across all 5 Polish portals - agencies and developers excluded, cross-portal deduplicated.

## Input

```json
{
  "city": "Wrocław",
  "propertyType": "dom",
  "searchType": "sprzedaz",
  "sellerType": "private",
  "maxItemsPerPortal": 100,
  "portals": [
    "otodom",
    "morizon",
    "gratka",
    "olx",
    "nol"
  ],
  "scoreThreshold": 85,
  "skipPhash": false,
  "emitAllListings": false,
  "phashCacheName": "aggregator-phash-cache",
  "otodomProxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "PL"
  }
}
```

## Output

```json
{
  "clusterId": {
    "label": "Cluster",
    "format": "text"
  },
  "clusterSize": {
    "label": "N",
    "format": "number"
  },
  "isCanonical": {
    "label": "Canonical",
    "format": "boolean"
  },
  "portal": {
    "label": "Portal",
    "format": "text"
  },
  "sellerCategory": {
    "label": "Seller",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "area": {
    "label": "m²",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Polish Real Estate Aggregator](https://apify.com/trev0n/polish-real-estate-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/polish-real-estate-aggregator) to learn more, explore other use cases, and run it yourself.