# Lejligheder til salg i København

**Use case:** 

Boliger til salg i København fra Boligsiden.dk hente. Priser, kvm, værelser og URLs til boligmarkedsovervågning og analyse.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.boligsiden.dk/kommune/koebenhavn/tilsalg/ejerlejlighed"
    }
  ],
  "housingType": "all",
  "propertyStatus": "on_market",
  "maxItems": 15,
  "proxyConfiguration": {
    "useApifyProxy": false,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "primaryImage": {
    "label": "Primary image"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "addressLocality": {
    "label": "Location",
    "format": "text"
  },
  "numberOfRooms": {
    "label": "Rooms",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Boligsiden.dk Scraper](https://apify.com/lexis-solutions/boligsiden-dk-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/boligsiden-dk-scraper) to learn more, explore other use cases, and run it yourself.