# Monitor New Danish Real Estate Listings on Boliga

**Use case:** 

Stay updated with the latest real estate listings in Denmark from Boliga. Access price, address, size, and agent details instantly.

## Input

```json
{
  "searchUrl": "",
  "zipCodes": "",
  "municipality": "",
  "propertyType": "",
  "sort": "date-d",
  "extraQueryParams": "",
  "maxResults": 100,
  "maxResultsPerSearch": 0,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "zipCode": {
    "label": "Zip code",
    "format": "string"
  },
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "price": {
    "label": "Price (DKK)",
    "format": "number"
  },
  "squaremeterPrice": {
    "label": "m² price (DKK)",
    "format": "number"
  },
  "size": {
    "label": "Living size (m²)",
    "format": "number"
  },
  "lotSize": {
    "label": "Lot size (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "buildYear": {
    "label": "Build year",
    "format": "number"
  },
  "energyClass": {
    "label": "Energy class",
    "format": "string"
  },
  "daysForSale": {
    "label": "Days for sale",
    "format": "number"
  },
  "agentDisplayName": {
    "label": "Estate agent",
    "format": "string"
  },
  "agentRegId": {
    "label": "Agent reg ID",
    "format": "string"
  },
  "isPremiumAgent": {
    "label": "Premium agent",
    "format": "boolean"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "image": {
    "label": "Image",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Boliga.dk Scraper — Denmark Real Estate & Leads](https://apify.com/logiover/boliga-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/boliga-scraper) to learn more, explore other use cases, and run it yourself.