# Scrape luxury villas over €750k in Belgium

**Use case:** 

Belgian luxury houses over €750,000: price, bedrooms, living area m2, EPC, plot, photos, locality, agency email & phone. CSV export.

## Input

```json
{
  "transactionType": "for-sale",
  "propertyType": "house",
  "postalCodes": [
    "1000"
  ],
  "priceMin": 750000,
  "orderBy": "most_expensive",
  "includeListingDetails": true,
  "outputAgencyLeads": false,
  "maxResults": 100,
  "maxAgencyLeads": 200,
  "maxPagesPerSearch": 100,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "BE"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "transactionType": {
    "label": "Deal",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "price": {
    "label": "Price €",
    "format": "number"
  },
  "bedroomCount": {
    "label": "Beds",
    "format": "number"
  },
  "netHabitableSurface": {
    "label": "m²",
    "format": "number"
  },
  "epcScore": {
    "label": "EPC",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "postalCode": {
    "label": "Zip",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Immoweb Scraper - Belgium Real Estate & Agency Leads](https://apify.com/scrapesage/immoweb-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/immoweb-scraper) to learn more, explore other use cases, and run it yourself.