# Eksporter boliger fra Boligsiden.dk

**Use case:** 

Boligannoncer fra Boligsiden.dk eksportere. Adresser, priser, boligtyper og URLs til markedsdata og investeringsanalyse.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.boligsiden.dk/tilsalg"
    }
  ],
  "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.