# Generate High-Value Property Leads in Utrecht

**Use case:** 

Identify and extract details of premium real estate listings in Utrecht above a certain price threshold for targeted lead generation. This enables luxury real e

## Input

```json
{
  "searchUrls": [
    "https://www.funda.nl/koop/utrecht/p2000000/"
  ],
  "maxItems": 50
}
```

## 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.