# Aalborg Houses for Sale on Boligsiden

**Use case:** 

Aalborg villaer from Boligsiden with asking price, kvadratmeterpris, boligareal, grundareal, year built and full agency contact details.

## Input

```json
{
  "operation": "search",
  "location": "Aalborg",
  "areaLevel": "auto",
  "locations": [],
  "propertyTypes": [
    "villa"
  ],
  "maxResults": 30,
  "priceMin": 0,
  "priceMax": 0,
  "roomsMin": 0,
  "roomsMax": 0,
  "areaMin": 0,
  "areaMax": 0,
  "lotAreaMin": 0,
  "yearBuiltFrom": 0,
  "energyLabels": [],
  "monthlyExpenseMax": 0,
  "onlyOpenHouse": false,
  "onlyPriceDrop": false,
  "soldMonthsBack": "12",
  "saleTypes": [],
  "sortBy": "newest",
  "agentAddressType": "all"
}
```

## Output

```json
{
  "propertyUrl": {
    "label": "🔗 Boligsiden page",
    "format": "string"
  },
  "imageUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "propertyTitle": {
    "label": "📝 Headline",
    "format": "string"
  },
  "streetAddress": {
    "label": "🏠 Address",
    "format": "string"
  },
  "zipCode": {
    "label": "📮 Postcode",
    "format": "integer"
  },
  "cityName": {
    "label": "🏙️ By",
    "format": "string"
  },
  "placeName": {
    "label": "📍 Area",
    "format": "string"
  },
  "municipality": {
    "label": "🏛️ Kommune",
    "format": "string"
  },
  "province": {
    "label": "🗺️ Landsdel",
    "format": "string"
  },
  "latitude": {
    "label": "🌐 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Longitude",
    "format": "number"
  },
  "price": {
    "label": "💰 Price (DKK)",
    "format": "integer"
  },
  "pricePerSqm": {
    "label": "📊 Price per m² (DKK)",
    "format": "integer"
  },
  "priceChangePercentage": {
    "label": "📉 Price change %",
    "format": "number"
  },
  "monthlyOwnerExpense": {
    "label": "🧾 Ejerudgift / month",
    "format": "integer"
  },
  "downPayment": {
    "label": "💵 Udbetaling",
    "format": "integer"
  },
  "grossMortgage": {
    "label": "🏦 Bruttoydelse",
    "format": "integer"
  },
  "netMortgage": {
    "label": "🏦 Nettoydelse",
    "format": "integer"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "propertyType": {
    "label": "🏘️ Property type",
    "format": "string"
  },
  "housingArea": {
    "label": "📐 Living area m²",
    "format": "integer"
  },
  "lotArea": {
    "label": "🟩 Plot area m²",
    "format": "integer"
  },
  "weightedArea": {
    "label": "📏 Vaegtet areal m²",
    "format": "number"
  },
  "numberOfRooms": {
    "label": "🛏️ Rooms",
    "format": "number"
  },
  "numberOfBathrooms": {
    "label": "🚿 Bathrooms",
    "format": "number"
  },
  "numberOfToilets": {
    "label": "🚽 Toilets",
    "format": "number"
  },
  "numberOfFloors": {
    "label": "🪜 Floors",
    "format": "number"
  },
  "yearBuilt": {
    "label": "🏗️ Year built",
    "format": "integer"
  },
  "energyLabel": {
    "label": "⚡ Energimaerke",
    "format": "string"
  },
  "hasBalcony": {
    "label": "🌇 Balcony",
    "format": "boolean"
  },
  "hasTerrace": {
    "label": "🪴 Terrace",
    "format": "boolean"
  },
  "hasElevator": {
    "label": "🛗 Elevator",
    "format": "boolean"
  },
  "buildingType": {
    "label": "🧱 BBR building type",
    "format": "string"
  },
  "externalWallMaterial": {
    "label": "🧱 Wall material",
    "format": "string"
  },
  "roofingMaterial": {
    "label": "🏠 Roof material",
    "format": "string"
  },
  "heatingInstallation": {
    "label": "🔥 Heating",
    "format": "string"
  },
  "kitchenCondition": {
    "label": "🍳 Kitchen",
    "format": "string"
  },
  "bathroomCondition": {
    "label": "🛁 Bathroom",
    "format": "string"
  },
  "listingStatus": {
    "label": "📌 Listing status",
    "format": "string"
  },
  "daysListed": {
    "label": "⏳ Days listed",
    "format": "integer"
  },
  "daysOnMarketTotal": {
    "label": "⌛ Total days on market",
    "format": "integer"
  },
  "nextOpenHouse": {
    "label": "🚪 Next open house",
    "format": "string"
  },
  "openHouseSignUpUrl": {
    "label": "🔗 Open-house sign-up",
    "format": "string"
  },
  "councilTaxPercentage": {
    "label": "🏛️ Kommuneskat %",
    "format": "number"
  },
  "churchTaxPercentage": {
    "label": "⛪ Kirkeskat %",
    "format": "number"
  },
  "landValueTaxPerThousand": {
    "label": "🧾 Grundskyld ‰",
    "format": "number"
  },
  "publicValuation": {
    "label": "🏛️ Public valuation",
    "format": "integer"
  },
  "saleHistory": {
    "label": "🗂️ Sale history",
    "format": "array"
  },
  "agentName": {
    "label": "🧑‍💼 Estate agency",
    "format": "string"
  },
  "agentChain": {
    "label": "🏢 Chain",
    "format": "string"
  },
  "agentEmail": {
    "label": "✉️ Agency email",
    "format": "string"
  },
  "agentPhone": {
    "label": "📞 Agency phone",
    "format": "string"
  },
  "agentCvr": {
    "label": "🔢 CVR number",
    "format": "string"
  },
  "agentAddress": {
    "label": "📍 Agency address",
    "format": "string"
  },
  "agentProfileUrl": {
    "label": "🔗 Agency page",
    "format": "string"
  },
  "agentWebsite": {
    "label": "🌐 Agency website",
    "format": "string"
  },
  "agentSellerRating": {
    "label": "⭐ Seller rating",
    "format": "number"
  },
  "agentSellerReviews": {
    "label": "🗳️ Seller reviews",
    "format": "integer"
  },
  "agentBuyerRating": {
    "label": "⭐ Buyer rating",
    "format": "number"
  },
  "agentBuyerReviews": {
    "label": "🗳️ Buyer reviews",
    "format": "integer"
  },
  "agentEmployees": {
    "label": "👥 Employees",
    "format": "integer"
  },
  "agentBrokers": {
    "label": "🧑‍💼 Registered agents",
    "format": "integer"
  },
  "agentListingsForSale": {
    "label": "🏘️ Homes for sale",
    "format": "integer"
  },
  "agentCooperativeListings": {
    "label": "🤝 Andelsboliger listed",
    "format": "integer"
  },
  "agentRentalListings": {
    "label": "🔑 Rentals listed",
    "format": "integer"
  },
  "agentIsAssociationMember": {
    "label": "🎖️ Danske Ejendomsmaeglere",
    "format": "boolean"
  },
  "agentLocalSalesShare": {
    "label": "📈 Local sales share %",
    "format": "number"
  },
  "agentSince": {
    "label": "📅 Agency since",
    "format": "string"
  },
  "brokerListingUrl": {
    "label": "🔗 Agency listing page",
    "format": "string"
  },
  "imageUrls": {
    "label": "🖼️ Photos (up to 5)",
    "format": "array"
  },
  "imageCount": {
    "label": "📸 Photos included",
    "format": "integer"
  },
  "floorPlanUrl": {
    "label": "📐 Floor plan",
    "format": "string"
  },
  "propertyDescription": {
    "label": "📄 Description",
    "format": "string"
  },
  "caseId": {
    "label": "🆔 Case ID",
    "format": "string"
  },
  "addressId": {
    "label": "🏷️ Address ID",
    "format": "string"
  },
  "providerCaseId": {
    "label": "🔤 Agency case no.",
    "format": "string"
  },
  "searchLocation": {
    "label": "🔎 Searched place",
    "format": "string"
  },
  "searchLocationLevel": {
    "label": "🔎 Matched as",
    "format": "string"
  },
  "rowStatus": {
    "label": "✅ Row status",
    "format": "string"
  },
  "errorMessage": {
    "label": "⚠️ Why this row is empty",
    "format": "string"
  },
  "_operation": {
    "label": "🎯 Mode",
    "format": "string"
  },
  "_fetchedAt": {
    "label": "⏱️ Fetched",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Boligsiden Scraper - Denmark Property, Sold Prices & Agents](https://apify.com/sian.agency/boligsiden-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/boligsiden-property-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/boligsiden-property-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
