# Monitor Competitor Real Estate Agency Listings

**Use case:** 

Track properties listed by specific competitor real estate agencies in major Dutch cities to understand their market share and inventory. This intelligence allo

## Input

```json
{
  "searchUrls": [
    "https://www.funda.nl/koop/amsterdam/?makelaarId=51371",
    "https://www.funda.nl/koop/rotterdam/?makelaarId=12345",
    "https://www.funda.nl/koop/utrecht/?makelaarId=98765"
  ],
  "maxItems": 150
}
```

## Output

```json
{
  "title": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "livingArea": {
    "label": "Living m^2",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "integer"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "energyLabel": {
    "label": "Energy",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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