# Find public rentals in Rotterdam region

**Use case:** 

Search WoonnetRijnmond.nl for public social rentals. Export titles, rents, cities, and listing URLs for movers and housing researchers.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.woonnetrijnmond.nl/nl-NL/aanbod"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "rooms": {
    "label": "Rooms"
  },
  "surface": {
    "label": "Surface"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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