# Otodom: Domy na sprzedaż śląskie

**Use case:** 

Pobieraj domy na sprzedaż w województwie śląskim z Otodom.pl - cena, powierzchnia działki i domu, rok budowy i pełne szczegóły nieruchomości.

## Input

```json
{
  "searchType": "sprzedaz",
  "propertyType": "dom",
  "location": "slaskie",
  "market": "ALL",
  "postedDate": "",
  "maxItems": 100,
  "extractDetails": true,
  "maxConcurrency": 20,
  "maxRequestRetries": 2,
  "maxRequestsPerMinute": 150,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price (PLN)",
    "format": "text"
  },
  "pricePerM2": {
    "label": "Price/m2",
    "format": "text"
  },
  "area": {
    "label": "Area (m2)",
    "format": "text"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "market": {
    "label": "Market",
    "format": "text"
  },
  "propertyUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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