# Monitor Land for Sale in Flanders Region, Belgium

**Use case:** 

Collect all available listings for land parcels for sale across the Flanders region, including size, postcode, and price. Developers can use this data for site 

## Input

```json
{
  "searchUrls": [
    "https://www.immoweb.be/en/search/land/for-sale/flanders?countries=BE"
  ],
  "maxItems": 150,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "BE"
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "integer"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "integer"
  },
  "livingArea": {
    "label": "Living m2",
    "format": "number"
  },
  "locality": {
    "label": "Locality",
    "format": "string"
  },
  "postcode": {
    "label": "Postcode",
    "format": "string"
  },
  "energyClass": {
    "label": "Energy",
    "format": "string"
  }
}
```

## About this Actor

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