# Rotterdam Real Estate Price Monitor

**Use case:** 

Track property prices in Rotterdam for investment insights. Receive detailed listings from Funda.nl including makelaar leads.

## Input

```json
{
  "area": "amsterdam",
  "dealType": "koop",
  "searchUrls": [
    "https://www.funda.nl/zoeken/koop?selected_area=%5B%22rotterdam%22%5D"
  ],
  "listingType": "koop",
  "maxResults": 200,
  "maxResultsPerSearch": 0,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 3
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "postcode": {
    "label": "Postcode",
    "format": "text"
  },
  "listingType": {
    "label": "Type",
    "format": "text"
  },
  "propertyType": {
    "label": "Property type",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "livingArea": {
    "label": "Living area (m²)",
    "format": "number"
  },
  "plotArea": {
    "label": "Plot (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "buildYear": {
    "label": "Build year",
    "format": "number"
  },
  "energyLabel": {
    "label": "Energy label",
    "format": "text"
  },
  "makelaar": {
    "label": "Makelaar",
    "format": "text"
  },
  "brokerId": {
    "label": "Broker ID",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Funda Scraper - Netherlands Real Estate Data](https://apify.com/logiover/funda-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/funda-scraper) to learn more, explore other use cases, and run it yourself.