# Immovlan.be Scraper (`lexis-solutions/immovlan`) Actor

Scrape property listings from Immovlan.be - including sales, rentals, regions, prices, features, and agent contacts. Ideal for real estate analytics, market research, and portal development. Fast, structured, and customizable extraction from Belgium’s leading property site.

- **URL**: https://apify.com/lexis-solutions/immovlan.md
- **Developed by:** [Lexis Solutions](https://apify.com/lexis-solutions) (community)
- **Categories:** Real estate, Developer tools, Automation
- **Stats:** 7 total users, 1 monthly users, 100.0% runs succeeded, 2 bookmarks
- **User rating**: No ratings yet

## Pricing

$29.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#rental-actors

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Immovlan.be Property Scraper

![banner](https://i.imgur.com/IfBw6MF.png)

👋 Welcome to the Immovlan.be Property Scraper, an Apify actor designed to help you gather property listings from [Immovlan.be](https://immovlan.be/). With this actor, you can easily search for properties for sale or rent across Belgium.

### Introduction

The Immovlan.be Property Scraper is a web scraping tool built with Crawlee and Apify, designed to extract property listings from Immovlan.be. It is ideal for renters, buyers, real estate professionals, and market researchers who want to analyze the Belgian property market.

### Use Cases

Here are some typical scenarios in which the Immovlan.be Property Scraper can be useful:

- **Home Seekers**: Find available properties for sale or rent in Belgium
- **Real Estate Professionals**: Monitor property listings and market trends
- **Researchers**: Gather data on property trends and analyze the Belgian real estate market
- **Property Managers**: Stay informed about market rates and competition

### Input 📥

To use this actor, you need to provide the following input:

```json
{
  "startUrls": [
    {
      "url": "https://immovlan.be/en/real-estate?transactiontypes=for-sale,in-public-sale&municipals=antwerp&propertytypes=house&noindex=1"
    }
  ],
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "propertyTypes": ["apartment", "house"],
  "propertySubTypes": ["duplex", "studio"],
  "transactionTypes": ["for-sale"],
  "location": "Brussels",
  "minPrice": 100000,
  "maxPrice": 500000,
  "epcRatings": ["excellent", "good"],
  "minBedrooms": 2,
  "maxBedrooms": 4,
  "sortBy": "priceLowToHigh",
  "isNewConstruction": false,
  "isLifeAnnuity": false,
  "minLivableSurface": 60,
  "maxLivableSurface": 200,
  "minTotalSurface": 80,
  "maxTotalSurface": 300,
  "constructionTypes": ["detachedHouse"],
  "propertyConditions": ["fully-renovated"],
  "providers": ["prouser"],
  "moreOptions": ["hasgarden", "hassolarpanels"]
}
```

### Output 📤

Each extracted property will have a structure similar to:

```json
{
  "url": "https://immovlan.be/en/detail/123456",
  "code": "123456",
  "datePosted": "2024-05-01",
  "postalCode": "1000",
  "latitude": 50.8503,
  "longitude": 4.3517,
  "addressLocality": "Brussels",
  "addressCountry": "Belgium",
  "streetAddress": "Rue de la Loi 1",
  "description": "Spacious apartment in the city center...",
  "image": "https://immovlan.be/images/property123.jpg",
  "floorSizeUnitCode": "M2",
  "floorSizeValue": 120,
  "numberOfRooms": 4,
  "numberOfBathroomsTotal": 2,
  "price": 350000,
  "priceCurrency": "EUR",
  "energyConsumption": "A",
  "vatApplied": false,
  "projectName": "Central Park Residence",
  "projectPrice": "350,000 EUR",
  "projectLivableSurface": "120 m²",
  "projectUrl": "https://immovlan.be/en/project/central-park",
  "isSold": false,
  "contactName": "John Doe",
  "contactPhone": "+32 123 456 789"
}
```

### FAQ 💬

- **What is Immovlan.be?**
  Immovlan.be is one of Belgium's leading real estate platforms, listing properties for sale and rent across the country.

- **What types of properties can the scraper find?**
  The scraper can extract all types of properties listed on Immovlan.be, including apartments, houses, land, business properties, garages, investment properties, and more.

- **Can I filter by location, price, or property type?**
  Yes! Use the input fields to filter by location, price range, property type, and many other criteria.

- **What if the website changes?**
  If Immovlan.be changes its structure, the scraper may need to be updated. Please report any issues or request updates via Apify or contact Lexis Solutions.

### Need to scrape other real estate platforms?

Here are some other real estate scrapers you might find useful:

- [Flatfox (Switzerland)](https://apify.com/lexis-solutions/flatfox-ch-properties-scraper)
- [Boligsiden (Denmark)](https://apify.com/lexis-solutions/boligsiden-dk-scraper)
- [Hemnet (Sweden)](https://apify.com/lexis-solutions/hemnet-se-scraper)

***

👀 **Got feedback or need an extension?**

Lexis Solutions is a [certified Apify Partner](https://apify.com/partners/find). We can help you with custom solutions or data extraction projects.

Contact us via [Email](mailto:scraping@lexis.solutions) or [LinkedIn](https://www.linkedin.com/company/lexis-solutions)

# Actor input Schema

## `startUrls` (type: `array`):

URLs to start with.

## `propertyTypes` (type: `array`):

Property Types

## `propertySubTypes` (type: `array`):

Property Sub Types

## `transactionTypes` (type: `string`):

Transaction Types

## `location` (type: `array`):

Enter query for location

## `maxItems` (type: `integer`):

Maximum number of items that will be extracted per original start URL.

## `minPrice` (type: `integer`):

Minimum price

## `maxPrice` (type: `integer`):

Maximum price

## `epcRatings` (type: `array`):

EPC Ratings

## `minBedrooms` (type: `integer`):

Minimum number of bedrooms

## `maxBedrooms` (type: `integer`):

Maximum number of bedrooms

## `sortBy` (type: `string`):

Sort by

## `isNewConstruction` (type: `boolean`):

Include new construction

## `isLifeAnnuity` (type: `boolean`):

Include life annuity sales

## `minLivableSurface` (type: `integer`):

Minimum livable surface

## `maxLivableSurface` (type: `integer`):

Maximum livable surface

## `minTotalSurface` (type: `integer`):

Minimum total surface

## `maxTotalSurface` (type: `integer`):

Maximum total surface

## `constructionTypes` (type: `array`):

Construction Types

## `propertyConditions` (type: `array`):

Property Conditions

## `providers` (type: `array`):

Providers

## `moreOptions` (type: `array`):

More Options

## `proxyConfiguration` (type: `object`):

Your proxy configuration from Apify

## `debugMode` (type: `boolean`):

Activate to see detailed logs

## Actor input object example

```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,
    "apifyProxyGroups": []
  },
  "debugMode": false
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://immovlan.be/en/real-estate?transactiontypes=for-sale,in-public-sale&municipals=antwerp&propertytypes=house&noindex=1"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("lexis-solutions/immovlan").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "startUrls": [{ "url": "https://immovlan.be/en/real-estate?transactiontypes=for-sale,in-public-sale&municipals=antwerp&propertytypes=house&noindex=1" }] }

# Run the Actor and wait for it to finish
run = client.actor("lexis-solutions/immovlan").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://immovlan.be/en/real-estate?transactiontypes=for-sale,in-public-sale&municipals=antwerp&propertytypes=house&noindex=1"
    }
  ]
}' |
apify call lexis-solutions/immovlan --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,lexis-solutions/immovlan"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/xsftNkONSolYEHzaU/builds/uaJn4xJH6W8ZHm6vu/openapi.json
