# Brussels Belgium Property Scraper

**Use case:** 

Scrape property for sale listings in Brussels, Belgium with price, bedrooms, EPC and agency contact.

## Input

```json
{
  "maxListings": 24,
  "transactionType": "for-sale",
  "locations": [
    "brussels"
  ]
}
```

## Output

```json
{
  "searchLocation": {
    "label": "Search Location",
    "format": "string"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "integer"
  },
  "transactionType": {
    "label": "Transaction",
    "format": "string"
  },
  "propertyType": {
    "label": "Type",
    "format": "string"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "integer"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "integer"
  },
  "netHabitableSurface": {
    "label": "Surface m2",
    "format": "integer"
  },
  "epcScore": {
    "label": "EPC",
    "format": "string"
  },
  "locality": {
    "label": "Locality",
    "format": "string"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "string"
  },
  "agencyName": {
    "label": "Agency",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "listingUrl": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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