# Engel & Völkers Scraper (`rainminer/engelvoelkers-com-scraper`) Actor

Extract luxury residential and commercial property listings from Engel & Völkers search and expose pages — titles, prices, locations, rooms, area, images, and listing URLs across global Engel & Völkers markets. Export to JSON or CSV.

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

## Pricing

from $1.49 / 1,000 listing scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## 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

## Engel & Völkers Scraper

Extract luxury property listings from [Engel & Völkers](https://www.engelvoelkers.com/) — the international premium real-estate brokerage with residential and commercial properties for sale and rent across Europe and worldwide.

![Engel & Völkers](https://www.engelvoelkers.com/favicon.ico)

### What does this Actor do?

The **Engel & Völkers Scraper** collects structured listing data from Engel & Völkers **search pages** (city, region, or country inventory) and individual **expose (detail) pages**. Listing data is embedded in the public page payload, so the Actor extracts it directly without a browser.

For each property the Actor collects:

- **id** — Internal Engel & Völkers listing UUID
- **displayId** — Human-readable reference (e.g. `W-049J8X`)
- **title** — Listing headline
- **description** — Full property description (detail pages)
- **price** — Numeric price when published (null when price on request)
- **currency** — ISO currency code (EUR, CHF, USD, etc.)
- **priceOnRequest** — Whether the listing hides the price
- **propertyType** — Apartment, house, villa, commercial unit, etc.
- **marketingType** — `sale` or `rent`
- **businessArea** — `residential` or `commercial`
- **bedrooms**, **bathrooms**, **rooms** — Room counts
- **areaSqm** — Living or total area in square metres
- **city**, **region**, **country**, **location** — Parsed address hierarchy
- **shopName** — Local Engel & Völkers shop handling the listing
- **image** — Primary listing photo URL
- **url** — Public expose page URL
- **scrapedAt** — ISO timestamp when the record was scraped
- **searchUrl** — Search page where the listing was found (search runs only)

### Supported URL types

| Type | Example |
| ---- | ------- |
| German buy search | `https://www.engelvoelkers.com/de/de/immobilien/res/kaufen/immobilien/bayern/muenchen` |
| German rent search | `https://www.engelvoelkers.com/de/de/immobilien/res/mieten/immobilien/wien/wien` |
| English buy search | `https://www.engelvoelkers.com/de/en/properties/res/sale/real-estate/bavaria/munich` |
| Country-wide search | `https://www.engelvoelkers.com/de/de/immobilien/res/kaufen/immobilien` |
| Listing expose | `https://www.engelvoelkers.com/de/de/exposes/{listing-id}` |

### How to use

1. Open the Actor in [Apify Console](https://console.apify.com/).
2. Paste one or more **Engel & Völkers search or expose URLs** into **Start URLs**.
3. Set **Maximum items** to control how many listings to collect per URL (default: 5).
4. Leave **Proxy configuration** disabled unless your network is blocked.
5. Click **Start**. Results appear in the **Dataset** tab as JSON or CSV.

#### Example start URLs

```
https://www.engelvoelkers.com/de/de/immobilien/res/kaufen/immobilien/bayern/muenchen
https://www.engelvoelkers.com/at/de/immobilien/res/kaufen/immobilien/wien/wien
https://www.engelvoelkers.com/de/en/properties/res/sale/real-estate/bavaria/munich
```

#### Pagination note

Engel & Völkers server-renders up to **35 listings per search page**. For more results, add multiple city or region start URLs, or scrape individual expose URLs.

### Output example

```json
{
  "id": "bc86570d-482a-5f6a-ac57-40b24ee3fbe9",
  "displayId": "W-049J8X",
  "title": "Seltenheitswert: Perfekter Grundriss trifft auf idyllischen Blick ins Grüne",
  "description": null,
  "price": 495000,
  "currency": "EUR",
  "priceOnRequest": false,
  "propertyType": "apartment",
  "marketingType": "sale",
  "businessArea": "residential",
  "bedrooms": 1,
  "bathrooms": 1,
  "rooms": 2,
  "areaSqm": 58,
  "city": "München",
  "region": "Bayern",
  "country": "Deutschland",
  "location": "Trudering-Riem, München, Bayern, Deutschland",
  "shopName": "Engel & Völkers München MMC",
  "image": "https://uploadcare.engelvoelkers.com/5421f171-0252-4c9b-9a2a-ddd0e4d27e91/",
  "url": "https://www.engelvoelkers.com/de/de/exposes/bc86570d-482a-5f6a-ac57-40b24ee3fbe9",
  "scrapedAt": "2026-07-28T08:45:00.000Z",
  "searchUrl": "https://www.engelvoelkers.com/de/de/immobilien/res/kaufen/immobilien/bayern/muenchen"
}
```

### Use cases

- **Market research** — Track luxury inventory and pricing across Engel & Völkers shops and cities
- **Lead generation** — Build property datasets with location, price, and shop contact context
- **Competitive analysis** — Monitor new listings and price-on-request vs published-price mix
- **Portfolio dashboards** — Feed CRM or BI tools with structured Engel & Völkers listing data

### Integrations

Connect the dataset to **Google Sheets**, **Zapier**, **Make**, **Slack**, or any webhook. Schedule daily runs to keep your Engel & Völkers property feed up to date.

### FAQ

**Do I need a proxy?**\
Usually no. Public Engel & Völkers pages work without Apify Proxy. Enable proxies only if requests fail from your region.

**Can I scrape individual listings?**\
Yes. Paste an expose URL (`/exposes/{id}`) as a start URL to fetch full description and all published fields for one property.

**Is login required?**\
No. This Actor only collects publicly visible luxury listings. Private-office or password-protected listings are out of scope.

### Image Credit

Image credit: [engelvoelkers.com](https://www.engelvoelkers.com/)

# Actor input Schema

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

Engel & Völkers search or expose URLs to scrape. Search examples: city buy/rent pages under /immobilien/ or /properties/. Detail examples: /exposes/{listing-id}.

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

Maximum number of property listings to return per start URL.

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

Proxy settings. Engel & Völkers public pages usually work without a proxy.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.engelvoelkers.com/de/de/immobilien/res/kaufen/immobilien/bayern/muenchen"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": 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://www.engelvoelkers.com/de/de/immobilien/res/kaufen/immobilien/bayern/muenchen"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("rainminer/engelvoelkers-com-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 = {
    "startUrls": [{ "url": "https://www.engelvoelkers.com/de/de/immobilien/res/kaufen/immobilien/bayern/muenchen" }],
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("rainminer/engelvoelkers-com-scraper").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://www.engelvoelkers.com/de/de/immobilien/res/kaufen/immobilien/bayern/muenchen"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call rainminer/engelvoelkers-com-scraper --silent --output-dataset

```

## MCP server setup

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

```

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/7o3uSUK50zLfsTKB0/builds/M89lfLxGyZTWS7XlK/openapi.json
