# Discover MijnDak housing regions & listings

**Use case:** 

Start from mijndak.nl hub to discover regional WoningNet portals and export Dutch social-housing listings with rent, rooms and landlords.

## Input

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

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "street": {
    "label": "Street"
  },
  "houseNumber": {
    "label": "House number"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "city": {
    "label": "City"
  },
  "rentNet": {
    "label": "Rent net"
  },
  "rooms": {
    "label": "Rooms"
  },
  "areaSqm": {
    "label": "Area sqm"
  },
  "energyLabel": {
    "label": "Energy label"
  },
  "landlord": {
    "label": "Landlord"
  },
  "region": {
    "label": "Region"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [MijnDak.nl / WoningNet Housing Scraper](https://apify.com/rainminer/mijndak-nl-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/mijndak-nl-scraper) to learn more, explore other use cases, and run it yourself.