# MijnDak.nl / WoningNet Housing Scraper (`rainminer/mijndak-nl-scraper`) Actor

Extract Dutch social-housing listings from mijndak.nl and regional WoningNet portals — rent, rooms, energy label, landlord, dates and photos.

- **URL**: https://apify.com/rainminer/mijndak-nl-scraper.md
- **Developed by:** [rainminer](https://apify.com/rainminer) (community)
- **Categories:** Real estate, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.99 / 1,000 listings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

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).


# README

### What does MijnDak.nl / WoningNet Scraper do?

**MijnDak.nl Scraper** extracts **Dutch social-housing listings** from [mijndak.nl](https://www.mijndak.nl/) and its regional **WoningNet / DAK** portals (Amsterdam, Utrecht, Almere, Groningen, and more). Paste a regional `woningaanbod` URL — or the national hub — and export structured rent, rooms, energy label, landlord, and photo data without coding.

### Why scrape mijndak.nl / WoningNet?

- **Social housing monitoring** — Track new sociale huur and vrije sector offers across Dutch WoningNet regions.
- **Market research** — Compare netto/bruto rent, room counts, energy labels, and landlords by city or district.
- **Lead & alert workflows** — Schedule runs and push new listings into your own tools via the Apify API.
- **Apify platform** — Schedules, monitoring, proxies, and JSON/CSV/Excel export in one place.

### What data can you extract?

| Field | Description |
| --- | --- |
| id | Publication ID (`PublicatieId`) |
| url | Detail page URL (`/HuisDetails?PublicatieId=…`) |
| street, houseNumber | Address street and house number |
| postalCode, city, district | Postcode, woonplaats, wijk |
| rentNet, rentGross | Netto and bruto monthly rent (EUR) |
| personalizedRent | Personalized rent when shown |
| rooms, areaSqm | Room count and living area (m²) |
| energyLabel | Energy label (e.g. A+) |
| propertyType | Unit type (e.g. Tussenwoning, Galerijflat) |
| floor, hasElevator | Floor and lift flag |
| publicationDate, endDate, availableDate | Publish, reaction deadline, and opleverdatum |
| photoUrl | Main listing photo |
| landlord | Housing corporation / eigenaar |
| contractType, publicationLabel | Contract form and label (e.g. Alleen voor gezinnen) |
| description | Short description when present on the list |
| reactionCount | Number of reactions |
| region, searchUrl | Portal region (hostname) and source search URL |

### How to scrape mijndak.nl

1. Open the Actor in Apify Console.
2. Add one or more **regional woningaanbod URLs** (or `https://www.mijndak.nl/` to discover all regions).
3. Set **Maximum items** (listings per start URL). Default is 5 for a quick test.
4. Run the Actor and download results from the dataset tab.

### Input

Supported start URLs:

- Hub: `https://www.mijndak.nl/`
- Regional search: `https://amsterdam.mijndak.nl/woningaanbod`
- Regional root: `https://utrecht.mijndak.nl/` (normalized to `/woningaanbod`)
- Detail: `https://amsterdam.mijndak.nl/HuisDetails?PublicatieId=306761`

Optional fields: `maxItems`, `proxyConfiguration` (default: no proxy).

### Output example

```json
{
  "id": "306761",
  "url": "https://amsterdam.mijndak.nl/HuisDetails?PublicatieId=306761",
  "street": "Willem Sijpesteijnstraat",
  "houseNumber": "23",
  "postalCode": "1566KE",
  "city": "Assendelft",
  "district": "Assendelft-Noord",
  "rentNet": 713.02,
  "rentGross": 734.16,
  "personalizedRent": 713.02,
  "currency": "EUR",
  "rooms": 4,
  "areaSqm": 73,
  "energyLabel": "A+",
  "propertyType": "Tussenwoning",
  "floor": "0",
  "hasElevator": false,
  "publicationDate": "2026-07-22T22:01:00Z",
  "endDate": "2026-07-29T21:59:00Z",
  "availableDate": "2026-08-03T00:00:00Z",
  "photoUrl": "https://res.cloudinary.com/woningnet/image/upload/...",
  "landlord": "Parteon",
  "contractType": "Onbepaalde tijd contract",
  "publicationLabel": "Alleen voor gezinnen",
  "description": null,
  "reactionCount": 0,
  "region": "amsterdam",
  "searchUrl": "https://amsterdam.mijndak.nl/woningaanbod"
}
````

You can download the dataset in JSON, CSV, Excel, or HTML.

### How much does scraping mijndak.nl cost?

This Actor uses **pay-per-event** pricing. You are charged for Actor start and for each housing listing saved to the dataset:

| Event | Free plan | Gold / Platinum / Diamond |
| --- | --- | --- |
| Actor start | $0.00005 | $0.00005 |
| Listing scraped | **$1.99 / 1,000** | **$1.49 / 1,000** |

It uses **Playwright (Chromium)** for OutSystems SPAs. **No proxy is required by default**, which keeps platform usage low. A typical test run with 5 listings usually finishes in a few minutes.

### FAQ

**Why do I sometimes get 0 listings?**\
Some regions temporarily return an empty public aanbod list. Try another region or re-run later. The Actor exits successfully with 0 items instead of failing.

**Which regions are supported?**\
Any `*.mijndak.nl` portal linked from the hub — including amsterdam, utrecht, almere, groningenhuurt, huiswaarts, middenholland, gooienvecht, studentenwoning, woongaard, woonkeus, eemvallei, bovengroningen, and mijnwoonservice.

**Is scraping mijndak.nl legal?**\
This scraper only collects **publicly reachable** listing data from regional portals. You are responsible for complying with applicable laws and the site’s terms when reusing the data.

### Image Credit

Image credit: [mijndak.nl](https://www.mijndak.nl/)

# Actor input Schema

## `startUrls` (type: `array`):

Regional woningaanbod URLs (e.g. https://amsterdam.mijndak.nl/woningaanbod), detail URLs (HuisDetails), or the hub https://www.mijndak.nl/ to discover all regions.

## `maxItems` (type: `integer`):

Maximum number of listings to return per start URL.

## `proxyConfiguration` (type: `object`):

mijndak.nl works without a proxy for most regions. Enable Apify Proxy only if you hit rate limits or geo issues.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://amsterdam.mijndak.nl/woningaanbod"
    },
    {
      "url": "https://www.mijndak.nl/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://amsterdam.mijndak.nl/woningaanbod"
        },
        {
            "url": "https://www.mijndak.nl/"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("rainminer/mijndak-nl-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [
        { "url": "https://amsterdam.mijndak.nl/woningaanbod" },
        { "url": "https://www.mijndak.nl/" },
    ],
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("rainminer/mijndak-nl-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://amsterdam.mijndak.nl/woningaanbod"
    },
    {
      "url": "https://www.mijndak.nl/"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call rainminer/mijndak-nl-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=rainminer/mijndak-nl-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "MijnDak.nl / WoningNet Housing Scraper",
        "description": "Extract Dutch social-housing listings from mijndak.nl and regional WoningNet portals — rent, rooms, energy label, landlord, dates and photos.",
        "version": "1.0",
        "x-build-id": "RnIZ5JQs5BLxuecVJ"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/rainminer~mijndak-nl-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-rainminer-mijndak-nl-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/rainminer~mijndak-nl-scraper/runs": {
            "post": {
                "operationId": "runs-sync-rainminer-mijndak-nl-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/rainminer~mijndak-nl-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-rainminer-mijndak-nl-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "startUrls"
                ],
                "properties": {
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Regional woningaanbod URLs (e.g. https://amsterdam.mijndak.nl/woningaanbod), detail URLs (HuisDetails), or the hub https://www.mijndak.nl/ to discover all regions.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxItems": {
                        "title": "Maximum items",
                        "minimum": 1,
                        "maximum": 5000,
                        "type": "integer",
                        "description": "Maximum number of listings to return per start URL.",
                        "default": 5
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "mijndak.nl works without a proxy for most regions. Enable Apify Proxy only if you hit rate limits or geo issues."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
