# Immowelt.de Scraper \[$0.90/1K💰] German Property · EPC (`ahmed_jasarevic/immowelt-property-scraper`) Actor

Extract German property listings from Immowelt — prices, energy certificates and agent data.

- **URL**: https://apify.com/ahmed\_jasarevic/immowelt-property-scraper.md
- **Developed by:** [Ahmed Jasarevic](https://apify.com/ahmed_jasarevic) (community)
- **Categories:** Real estate, Automation, Lead generation
- **Stats:** 1 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $0.63 / 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.
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

## Immowelt.de Scraper \[$0.90/1K💰] | German Property · Energy Data

Extract **German property listings** from Immowelt — prices, addresses, descriptions, photos, energy certificates and agent data. Scrape **sale and rental listings** across Germany for property market research.

### Main Use Cases

- **German property price monitoring** — track prices and trends
- **Energy certificate analysis** — extract EPC/energy data
- **Rental market research** — analyze rental yields by city
- **Agent lead generation** — collect estate agent contact data
- **Investment screening** — find properties by yield and location
- **Market comparison** — compare prices across German cities

### Output Fields

| Field | Type | Description |
|---|---|---|
| `listingId` | string | Immowelt listing ID |
| `address` | string | Full address |
| `city` | string | City |
| `price` | string | Listed price |
| `priceValue` | integer | Numeric price in EUR |
| `rent` | string | Monthly rent (if rental) |
| `bedrooms` | integer | Number of rooms |
| `area` | integer | Living area in sqm |
| `plotArea` | integer | Plot area in sqm |
| `propertyType` | string | Apartment, house, etc. |
| `listingType` | string | sale or rent |
| `energyCertificate` | object | Energy rating, type, value |
| `agentName` | string | Agent name |
| `agentPhone` | string | Agent phone |
| `agencyName` | string | Agency name |
| `description` | string | Listing description |
| `images` | array | Photo URLs |
| `url` | string | Listing URL |
| `scrapedAt` | string | Extraction timestamp |

### Input

| Field | Type | Default | Notes |
|---|---|---|---|
| `startUrls` | array | **required** | Immowelt search/listing URLs |
| `maxItems` | integer | `50` | Max listings to extract |
| `maxPagesPerSearch` | integer | `5` | Max pages per search |
| `scrapeDetails` | boolean | `true` | Fetch detail pages |
| `maxRequestsPerCrawl` | integer | `100` | Max total requests |
| `proxy` | object | DATACENTER | Proxy config |

### Example Input

```json
{
  "startUrls": ["https://www.immowelt.de/liste/berlin/wohnungen/kaufen"],
  "maxItems": 100
}
```

### FAQ

#### Does this include energy certificates?

Yes. Energy rating, certificate type and energy value are extracted when available.

#### Can I search by city?

Yes. Use city-specific Immowelt URLs or filter by location.

#### Is rental data included?

Yes. Both sale and rental listings are supported.

### For AI Agents & LLM Apps

**Purpose:** Extract German property listings from Immowelt — prices, energy data, agent contacts.

**Minimal working input:**

```json
{
  "startUrls": ["https://www.immowelt.de/liste/berlin/wohnungen/mieten"],
  "maxItems": 20
}
```

**Output fields:** `listingId`, `address`, `city`, `price`, `priceValue`, `bedrooms`, `area`, `propertyType`, `listingType`, `energyCertificate`, `agentName`, `agentPhone`, `url`, `images`, `scrapedAt`.

**Behaviors an agent should know:**

- `startUrls` is **required** — accepts search or listing URLs.
- `scrapeDetails: true` adds agent phone and full description.
- `energyCertificate` contains energy rating and value.

**Billing:** ~$0.90 per 1,000 listings.

### Legal & Compliance Disclaimer

This actor is an independent tool and is **not affiliated with, endorsed by, or sponsored by Immowelt**. It accesses only publicly available listing pages. You are responsible for compliance with Immowelt's Terms of Service and applicable law.

### SEO Keywords

immowelt scraper, german property data, immowelt api alternative, german property prices, energy certificate data, berlin property data, munich property data, hamburg property data, german rental market, property listing scraper, german real estate data, property investment germany, immowelt dataset builder, agent contact data, german housing market, energy rating data, property comparison germany, german property market research, epc data germany, property monitoring germany

### Related Actors

Verified related actors on Apify that pair well with this one. All links point to real, publicly available actors.

- [Immobilienscout24 Scraper](https://apify.com/memo23/immobilienscout24-scraper)
- [Funda Scraper](https://apify.com/ivanvs/funda-scraper)
- [Zillow Scraper](https://apify.com/maxcopell/zillow-scraper)

# Actor input Schema

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

One or more immowelt.de search (SERP) URLs, e.g. https://www.immowelt.de/suche/kaufen/wohnung/deutschland/ad02de1 . Direct expose URLs (/expose/{id}) are also accepted.

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

Maximum number of property listings to scrape.

## `maxPagesPerSearch` (type: `integer`):

Maximum number of SERP pages to follow per search URL (each page holds ~25 listings).

## `scrapeDetails` (type: `boolean`):

Also fetch each listing's expose detail page to get energy data, agent contact, exposure dates and geo coordinates. Requires residential proxy to pass DataDome protection.

## `maxRequestsPerCrawl` (type: `integer`):

Hard cap on the total number of HTTP requests made in this run.

## `proxy` (type: `object`):

Apify Proxy with Residential IPs is recommended to avoid blocking on listing detail pages.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.immowelt.de/suche/kaufen/wohnung/deutschland/ad02de1"
    }
  ],
  "maxItems": 100,
  "maxPagesPerSearch": 5,
  "scrapeDetails": false,
  "maxRequestsPerCrawl": 250,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (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.immowelt.de/suche/kaufen/wohnung/deutschland/ad02de1"
        }
    ],
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("ahmed_jasarevic/immowelt-property-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.immowelt.de/suche/kaufen/wohnung/deutschland/ad02de1" }],
    "proxy": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("ahmed_jasarevic/immowelt-property-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.immowelt.de/suche/kaufen/wohnung/deutschland/ad02de1"
    }
  ],
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call ahmed_jasarevic/immowelt-property-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,ahmed_jasarevic/immowelt-property-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/sjQTcZW994xiVWHSo/builds/0vuMIbAN22gRHSIAT/openapi.json
