# Find houses for rent in the Netherlands

**Use case:** 

Scrape houses for rent in Rotterdam from Pararius.nl. Structured Dutch rental property data. Pay per result.

## Input

```json
{
  "transaction": "rent",
  "propertyType": "huis",
  "maxItems": 5,
  "startUrls": [],
  "cities": [
    "rotterdam"
  ]
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "listingLabel": {
    "label": "Label",
    "format": "text"
  },
  "listingType": {
    "label": "Type",
    "format": "text"
  },
  "priceMonthly": {
    "label": "Rent/mo (€)",
    "format": "text"
  },
  "purchasePrice": {
    "label": "Buy price (€)",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "neighbourhood": {
    "label": "Neighbourhood",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal",
    "format": "text"
  },
  "surface": {
    "label": "m²",
    "format": "text"
  },
  "rooms": {
    "label": "Rooms",
    "format": "text"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "text"
  },
  "energyLabel": {
    "label": "Energy",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Pararius.nl Scraper — Dutch Real Estate](https://apify.com/unfenced-group/pararius-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/pararius-scraper) to learn more, explore other use cases, and run it yourself.