# Immoweb Scraper - Belgian Real Estate Data (`benthepythondev/immoweb-scraper`) Actor

Scrape Immoweb.be (Belgium's largest property portal): type, price, bedrooms, surface, full address, postcode, province, coordinates, agency and URL, for sale or to rent. Fast and reliable via Immoweb's JSON API. For real-estate research and lead generation.

- **URL**: https://apify.com/benthepythondev/immoweb-scraper.md
- **Developed by:** [ben](https://apify.com/benthepythondev) (community)
- **Categories:** Real estate, Lead generation, Business
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## 🇧🇪 Immoweb Scraper

Scrape property listings from **Immoweb.be** — Belgium's largest real-estate portal — for sale or to rent. Get type, price, bedrooms, surface, full address, postcode, province, coordinates, agency and listing URL as clean structured rows. Powered by Immoweb's own JSON search API (with Chrome TLS impersonation), so it's fast and reliable: no browser, no login, no API key.

Built for Belgian real-estate research, lead generation, price tracking and market analysis. Export to JSON/CSV/Excel, run on a schedule, call via API, or connect to Make, Zapier or n8n.

### 🔎 What is the Immoweb Scraper?

Choose a transaction (for sale / to rent) and a property type, and it returns matching Belgian properties as structured rows, paginated to your requested limit — with price, location and agency.

#### What data does it extract?

- **Type / subtype** (house, apartment, …) and **transaction** (sale/rent)
- **Price** (value + display) in EUR
- **Bedrooms** and **surface** (m²)
- **Full address**: street, number, postcode, locality, district, province
- **Coordinates** and floor
- **Agency** name and media flags (video, virtual tour)
- **Listing URL**

### ⬇️ Input

| Field | Type | Description |
|-------|------|-------------|
| `transactionType` | string | `for-sale` or `for-rent`. |
| `propertyType` | string | houses & apartments, houses, apartments, land… |
| `maxResults` | integer | Max listings to return. Default `50`. |
| `useApifyProxy` | boolean | Residential (BE) proxy if you hit blocks. |

#### Example input

```json
{
  "transactionType": "for-sale",
  "propertyType": "house-and-apartment",
  "maxResults": 100
}
````

### ⬆️ Output

One record per property:

```json
{
  "id": 21675505,
  "url": "https://www.immoweb.be/en/classified/21675505",
  "transaction": "FOR_SALE",
  "type": "APARTMENT",
  "title": "Appartement",
  "price": 249000,
  "price_display": "€249,000",
  "currency": "EUR",
  "bedrooms": 3,
  "surface": 110,
  "street": "Elisabethlaan",
  "postal_code": "2600",
  "locality": "BERCHEM",
  "province": "Antwerp",
  "region": "Flanders",
  "address": "Elisabethlaan, 4, 2600, BERCHEM",
  "latitude": 51.19,
  "longitude": 4.42,
  "agency": "Century 21"
}
```

### 💡 Use cases

- 🏠 **Real-estate research** — track Belgian sale/rental prices and inventory.
- 🎯 **Lead generation** — build agency contact lists by region.
- 📉 **Price monitoring** — schedule runs and detect changes.
- 📊 **Market analysis** — analyze by province, type and price.

### ❓ FAQ

**Do I need an API key or login?** No — it uses Immoweb's public JSON API.

**Sale and rent?** Yes — set `transactionType`.

**Which property types?** Houses, apartments, new projects, land and combinations.

**Do I get coordinates?** Yes — latitude/longitude plus full address.

**Is the agency included?** Yes, when the listing is posted by an agency.

**How does pricing work?** Pay per listing returned. No subscription.

**Is it legal?** It collects publicly available listings. Scrape responsibly, respect Immoweb's terms, and follow GDPR when handling personal data.

### ⚙️ How it works

The Immoweb Scraper talks directly to Immoweb's own JSON search API and returns clean, structured rows — there is no headless browser, no login and no API key to juggle. That keeps each run fast, cheap and dependable, and it's why the actor keeps passing its automated daily health check instead of breaking on an anti-bot wall. You point it at a search (and optional filters), tell it how many results you want, and it paginates through the results automatically until it reaches your limit, de-duplicating as it goes. Whether you need 20 rows for a quick check or thousands for a full market sweep, the same input shape works — only `maxResults` changes.

### 👥 Who uses Immoweb data?

Property listings from Immoweb across Belgium are valuable to estate agents, investors, proptech teams and lead-gen agencies. A market analyst tracks how prices and inventory move week over week; an agency builds targeted contact lists and enriches its CRM; an investor screens for under-priced stock; a proptech or AI product feeds the structured data into a model, dashboard or app. Because every record is plain JSON with consistent field names, it drops straight into whatever stack you already run — spreadsheets, a database, a BI tool or an LLM pipeline — with no custom parsing.

### 📤 Export, schedule & integrate

Every run is saved to a dataset you can export to **JSON, CSV, Excel, XML or RSS**, or pull through the **Apify API**. Wire it into **Make, Zapier, n8n, Google Sheets, Slack** or your **own database**, run it on a **schedule** (hourly, daily or weekly) so your data stays fresh, and call it from AI agents through the **Apify MCP server**. Combine it with the related scrapers below to cover several markets from one workflow.

### 💡 Tips for best results

- Start with a small `maxResults` to preview the shape of the data, then scale up.
- Narrow the search (location, type, price range) for more relevant, higher-quality rows.
- Schedule recurring runs and diff the output to catch price drops and new property listings early.
- Always respect the source's terms of use and local privacy/anti-spam law (e.g. GDPR) when storing or contacting anyone.

### ❓ More FAQ

**How fresh is the data?** It is scraped live on every run, so it reflects what is on Immoweb at that moment. Schedule runs to keep a fresh copy.

**Can I get more than the default number of results?** Yes — raise `maxResults`; the actor paginates automatically up to the amount you ask for.

**Can I run it automatically?** Yes — use Apify Schedules (cron) to run it hourly, daily or weekly with no manual steps.

**Are duplicates removed?** Yes — records are de-duplicated within each run by their unique id.

**Which export formats are supported?** JSON, CSV, Excel, XML and RSS, plus programmatic access via the Apify API.

**Can I use it with AI agents or LLMs?** Yes — the dataset is available through the Apify API and the Apify MCP server, so agents can call it directly.

### 🔗 You might also like

- [Otodom Scraper](https://apify.com/benthepythondev/otodom-scraper) — Polish real estate.
- [PadMapper Rental Scraper](https://apify.com/benthepythondev/padmapper-rental-scraper) — US/Canada rentals.
- [Kleinanzeigen Immobilien Scraper](https://apify.com/benthepythondev/kleinanzeigen-immobilien-scraper) — German property.

***

**Keywords:** immoweb scraper, belgian real estate, immoweb api, property listings belgium, real estate belgium, houses for sale belgium, apartments belgium, property scraper, real estate leads, immoweb data, belgium property prices, real estate research, vastgoed, immobilier belgique

# Actor input Schema

## `transactionType` (type: `string`):

For sale or to rent.

## `propertyType` (type: `string`):

Property category to search.

## `maxResults` (type: `integer`):

Maximum listings to return.

## `useApifyProxy` (type: `boolean`):

Route via Apify RESIDENTIAL (BE) proxy if you hit blocks.

## Actor input object example

```json
{
  "transactionType": "for-sale",
  "propertyType": "house-and-apartment",
  "maxResults": 50,
  "useApifyProxy": false
}
```

# 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 = {
    "transactionType": "for-sale",
    "propertyType": "house-and-apartment"
};

// Run the Actor and wait for it to finish
const run = await client.actor("benthepythondev/immoweb-scraper").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 = {
    "transactionType": "for-sale",
    "propertyType": "house-and-apartment",
}

# Run the Actor and wait for it to finish
run = client.actor("benthepythondev/immoweb-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "transactionType": "for-sale",
  "propertyType": "house-and-apartment"
}' |
apify call benthepythondev/immoweb-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=benthepythondev/immoweb-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Immoweb Scraper - Belgian Real Estate Data",
        "description": "Scrape Immoweb.be (Belgium's largest property portal): type, price, bedrooms, surface, full address, postcode, province, coordinates, agency and URL, for sale or to rent. Fast and reliable via Immoweb's JSON API. For real-estate research and lead generation.",
        "version": "1.0",
        "x-build-id": "w9u08xJEDjGGVhVb7"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/benthepythondev~immoweb-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-benthepythondev-immoweb-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/benthepythondev~immoweb-scraper/runs": {
            "post": {
                "operationId": "runs-sync-benthepythondev-immoweb-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/benthepythondev~immoweb-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-benthepythondev-immoweb-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "transactionType": {
                        "title": "Transaction",
                        "enum": [
                            "for-sale",
                            "for-rent"
                        ],
                        "type": "string",
                        "description": "For sale or to rent.",
                        "default": "for-sale"
                    },
                    "propertyType": {
                        "title": "Property type",
                        "enum": [
                            "house-and-apartment",
                            "house",
                            "apartment",
                            "new-real-estate-project-houses",
                            "land"
                        ],
                        "type": "string",
                        "description": "Property category to search.",
                        "default": "house-and-apartment"
                    },
                    "maxResults": {
                        "title": "Max results",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Maximum listings to return.",
                        "default": 50
                    },
                    "useApifyProxy": {
                        "title": "Use Apify proxy",
                        "type": "boolean",
                        "description": "Route via Apify RESIDENTIAL (BE) proxy if you hit blocks.",
                        "default": false
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
