# Scrape Immovlan Antwerp houses for sale listings

**Use case:** 

Extract houses for sale in Antwerp from Immovlan.be with prices, EPC ratings, and surface area for Belgian real estate research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://immovlan.be/en/real-estate?transactiontypes=for-sale,in-public-sale&municipals=antwerp&propertytypes=house&noindex=1"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "debugMode": false
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "code": {
    "label": "Code",
    "format": "text"
  },
  "datePosted": {
    "label": "Date Posted",
    "format": "date"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "text"
  },
  "longitude": {
    "label": "Longitude",
    "format": "text"
  },
  "addressLocality": {
    "label": "Address Locality",
    "format": "text"
  },
  "addressCountry": {
    "label": "Address Country",
    "format": "text"
  },
  "streetAddress": {
    "label": "Street Address",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "floorSizeUnitCode": {
    "label": "Floor Size Unit Code",
    "format": "text"
  },
  "floorSizeValue": {
    "label": "Floor Size Value",
    "format": "text"
  },
  "numberOfRooms": {
    "label": "Number of Rooms",
    "format": "text"
  },
  "numberOfBathroomsTotal": {
    "label": "Number of Bathrooms Total",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "priceCurrency": {
    "label": "Price Currency",
    "format": "text"
  },
  "energyConsumption": {
    "label": "Energy Consumption",
    "format": "text"
  },
  "vatApplied": {
    "label": "Vat Applied",
    "format": "text"
  },
  "projectName": {
    "label": "Project Name",
    "format": "text"
  },
  "projectPrice": {
    "label": "Project Price",
    "format": "text"
  },
  "projectLivableSurface": {
    "label": "Project Livable Surface",
    "format": "text"
  },
  "projectUrl": {
    "label": "Project Url",
    "format": "text"
  },
  "isSold": {
    "label": "Is Sold",
    "format": "text"
  },
  "contactName": {
    "label": "Contact Name",
    "format": "text"
  },
  "contactPhone": {
    "label": "Contact Phone",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Immovlan.be Scraper](https://apify.com/lexis-solutions/immovlan) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/immovlan) to learn more, explore other use cases, and run it yourself.