# Copenhagen Estate Agents (Ejendomsmæglere) on Boligsiden

**Use case:** 

Every ejendomsmægler in København from Boligsiden: office email, direct phone, CVR number, customer ratings and share of local sales. To CSV.

## Input

```json
{
  "operation": "agents",
  "location": "København",
  "areaLevel": "auto",
  "locations": [],
  "propertyTypes": [
    "villa"
  ],
  "maxResults": 60,
  "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
{
  "agentName": {
    "label": "🧑‍💼 Estate agency",
    "format": "string"
  },
  "agentChain": {
    "label": "🏢 Chain",
    "format": "string"
  },
  "agentProfileUrl": {
    "label": "🔗 Agency page",
    "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"
  },
  "cityName": {
    "label": "🏙️ By",
    "format": "string"
  },
  "zipCode": {
    "label": "📮 Postcode",
    "format": "integer"
  },
  "municipality": {
    "label": "🏛️ Kommune",
    "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"
  },
  "agentLocalSalesShare": {
    "label": "📈 Local sales share %",
    "format": "number"
  },
  "agentListingsForSale": {
    "label": "🏘️ Homes for sale",
    "format": "integer"
  },
  "agentCooperativeListings": {
    "label": "🤝 Andelsboliger listed",
    "format": "integer"
  },
  "agentRentalListings": {
    "label": "🔑 Rentals listed",
    "format": "integer"
  },
  "agentEmployees": {
    "label": "👥 Employees",
    "format": "integer"
  },
  "agentBrokers": {
    "label": "🧑‍💼 Registered agents",
    "format": "integer"
  },
  "agentIsAssociationMember": {
    "label": "🎖️ Danske Ejendomsmaeglere",
    "format": "boolean"
  },
  "agentSince": {
    "label": "📅 Agency since",
    "format": "string"
  },
  "agentId": {
    "label": "🆔 Agency ID",
    "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).
