# Willhaben.at Scraper - Marktplatz/Immobilien/Auto/Jobs (`parsebird/willhaben-scraper`) Actor

Scrape Willhaben.at listings across Marktplatz, Immobilien, Auto & Motor, and Jobs. Turn any search URL into structured JSON with full listing and job details.

- **URL**: https://apify.com/parsebird/willhaben-scraper.md
- **Developed by:** [ParseBird](https://apify.com/parsebird) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.69 / 1,000 listings

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

### Willhaben.at Scraper - Marktplatz/Immobilien/Auto/Jobs

Scrape **Willhaben.at**, Austria's largest classifieds marketplace, across all four of its verticals — **Marktplatz** (classifieds), **Immobilien** (real estate), **Auto & Motor** (used cars), and **Jobs** — from a single actor. Paste any willhaben.at search URL and get structured JSON with full listing or job details, no willhaben.at API key required.

<table><tr>
<td style="border-left:4px solid #1C1917;padding:12px 16px;font-weight:600">
Paste any willhaben.at search or job-search URL and get every hit enriched with a full detail-page fetch — price, location, coordinates, contact info, feature flags, and 40-100+ raw attribute fields per listing, in one flat or nested JSON row.
</td>
</tr></table>

##### Copy to your AI assistant

Copy this block into ChatGPT, Claude, Cursor, or any LLM to start using this actor: Actor ID `parsebird/willhaben-scraper` on Apify — call it with the `apify-client` SDK, e.g. in Python `ApifyClient(token).actor("parsebird/willhaben-scraper").call(run_input={"startUrls":[{"url":"https://www.willhaben.at/iad/immobilien/mietwohnungen/mietwohnung-angebote?areaId=5"}],"maxItems":30,"flattenOutput":True})`; key inputs are `startUrls` (array of `{url}`, required — any willhaben.at `/iad/...` or `/jobs/...` search URL), `maxItems` (integer, default 30, detail requests queued per start URL), `flattenOutput` (boolean, default false, flattens iad rows to one object), `maxConcurrency` (integer, default 10), `maxRequestRetries` (integer, default 3), and `proxy` (Apify Proxy config, defaults to RESIDENTIAL/AT); output is one JSON object per listing or job with normalized fields (title, price, city, coordinates, contact, feature flags) plus the full raw willhaben.at attribute set; full API spec is on the Actor's API tab in Apify Console, and you'll need an Apify API token from the Integrations tab to run it programmatically.

#### What does Willhaben.at Scraper do?

Willhaben.at Scraper turns any willhaben.at search-results page into structured data across all four of the site's top-level verticals:

- 🏠 **Immobilien** — apartments and houses for rent or sale (`/iad/immobilien/...`)
- 🛒 **Marktplatz** — general classifieds: electronics, furniture, clothing, hobby items (`/iad/kaufen-und-verkaufen/...`)
- 🚗 **Auto & Motor** — used cars and other vehicles (`/iad/gebrauchtwagen/...` and related `/iad/` auto paths)
- 💼 **Jobs** — job postings (`/jobs/...`)

For each start URL, the actor auto-paginates the search results and, for every hit, follows through to the public detail page (listing or job) to pull the complete attribute set — not just what's visible on the search-results card. Real estate rows get computed feature flags (`hasBalcony`, `hasElevator`, `hasGarage`, etc.) derived from willhaben.at's own structured attribute tree, plus parsed coordinates, price, and area.

Key capabilities:

- **All 4 verticals from one input** — mix Immobilien, Marktplatz, Auto & Motor, and Jobs start URLs in a single run
- **List + detail pipeline** — every search hit is automatically enriched with its full detail page
- **Existing filters are preserved** — price, category, area, and other query filters already in your willhaben.at URL are passed straight through, including slashed attribute keys like `ESTATE_SIZE/LIVING_AREA_FROM`
- **Flat or nested output** — toggle `flattenOutput` for a single flat object per row or a nested `listingDocument.attributesFlat` structure
- **Per-URL item budget** — `maxItems` caps detail requests independently for each start URL
- **Built-in retries with proxy rotation** on blocked or rate-limited requests

#### What data can you extract from Willhaben.at?

| Field | Description |
|-------|-------------|
| `willhabenKind` | `real_estate`, `marketplace`, `car`, or `jobs` |
| `title` / `HEADING` | Listing or job title |
| `price` / `priceText` | Numeric price and display-formatted price string |
| `rentGross` | Monthly gross rent for real-estate rentals |
| `city`, `postalCode`, `district`, `region`, `country` | Structured address fields |
| `latitude`, `longitude` | Parsed geo-coordinates |
| `livingAreaM2`, `roomCount` | Real-estate size and room count |
| `hasBalcony`, `hasGarage`, `hasElevator`, `hasGarden`, ... | Boolean feature flags (real estate) |
| `sellerName`, `phone`, `email` | Advertiser contact details, when public |
| `imageUrls` | Listing image URLs |
| `url` / `detailUrl` | Public willhaben.at detail page URL |
| `attributesFlat` (or top-level when flattened) | Every raw willhaben.at attribute for the listing (40-100+ keys: `PRICE_FOR_DISPLAY`, `ESTATE_SIZE`, `CAR_MODEL/MAKE`, `RENTAL_PRICE/PER_MONTH_NET`, etc.) |
| `company`, `jobLocations`, `employmentModes`, `salary` | Structured job fields (Jobs vertical) |
| `apify_extracted_emails` | Email addresses regex-extracted from job descriptions and contacts |

#### How to scrape Willhaben.at with this actor

1. Open the **Willhaben.at Scraper** [Actor page](https://apify.com/parsebird/willhaben-scraper) and click **Try for free**.
2. Go to [willhaben.at](https://www.willhaben.at), search for what you want (an Immobilien search, a Marktplatz category, an Auto & Motor search, or a Jobs search) and copy the resulting URL.
3. Paste the URL(s) into **Start URLs**. Mix as many verticals as you like in one run.
4. Set **Max items per start URL** — this caps how many detail pages are fetched per URL.
5. Toggle **Flatten output** if you want one flat row per listing instead of a nested structure.
6. Click **Start** and download results as JSON, CSV, or Excel once the run finishes.

#### How much does it cost to scrape Willhaben.at?

Willhaben.at Scraper uses [Pay-Per-Event pricing](https://docs.apify.com/platform/actors/publishing/monetize#pay-per-event-pricing-model) — you pay only for data actually delivered, not for compute time.

| Event | Price per event (Free plan) | Price per 1,000 |
|-------|------------------------------|------------------|
| `result` | $0.00099 | $0.99 |
| `additional-data` | $0.00099 | $0.99 |

`result` is charged once for every listing or job returned. `additional-data` is charged once more when the detail-page fetch for that item succeeded and added extra data beyond the search-results row (which is the case for almost every item). Per-event pricing decreases automatically on paid Apify plans (bronze/silver/gold). A run with `maxItems: 30` across two start URLs (60 items, all enriched) costs roughly $0.12 on the Free plan.

#### Input parameters

| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| `startUrls` | array | **Yes** | — | willhaben.at search URLs: Immobilien/Marktplatz/Auto & Motor under `/iad/...`, Jobs under `/jobs/...` |
| `maxItems` | integer | No | 30 | Max listings/jobs per start URL for which a detail request is queued |
| `flattenOutput` | boolean | No | false | Flatten iad rows into a single object with all attributes at the top level |
| `maxConcurrency` | integer | No | 10 | Max list + detail requests in flight at once, shared across all start URLs |
| `minConcurrency` | integer | No | 1 | Reserved for input-shape compatibility; not used by this actor |
| `maxRequestRetries` | integer | No | 3 | Retries per failed request, with proxy session rotation on 401/403/429/5xx |
| `proxy` | object | No | RESIDENTIAL / AT | Apify Proxy configuration |

#### Output example

Flattened Immobilien row (trimmed for brevity — the real row also includes 60+ raw willhaben.at attribute keys):

```json
{
  "source": "willhaben_detail",
  "willhabenKind": "real_estate",
  "listingId": "1571941198",
  "transactionType": "rent",
  "title": "XXL-WOHNTRAUM Hallwang: 140 m² Erstbezug mit neuer Küche, riesigem Balkon & 2 TG-Plätzen!",
  "price": 2625.78,
  "priceText": "€ 2.625,78",
  "currency": "EUR",
  "rentGross": 2625.78,
  "livingAreaM2": 140.0,
  "roomCount": 4.0,
  "city": "Hallwang",
  "postalCode": "5300",
  "region": "Salzburg",
  "country": "Österreich",
  "latitude": 47.85789,
  "longitude": 13.090035,
  "hasBalcony": true,
  "hasElevator": true,
  "hasGarage": true,
  "sellerName": "Stadler & Partner Immobilien Christian Stadler Immobilien GmbH",
  "phone": "00436629041980",
  "url": "https://www.willhaben.at/iad/immobilien/d/mietwohnungen/salzburg/salzburg-umgebung/xxl-wohntraum-hallwang-140-m-erstbezug-mit-neuer-kueche-riesigem-balkon-2-tg-plaetzen-1571941198/",
  "PRICE_FOR_DISPLAY": "€ 2.625,78",
  "ESTATE_SIZE": "140"
}
```

Jobs row:

```json
{
  "id": 13039786,
  "title": "Social Promotion ab sofort auf Reisen durch Österreich 3100€ - 4500€",
  "salary": 3100,
  "salaryTimeFrame": "monatlich",
  "employmentModes": ["Freiberuflich", "Teilzeit", "Vollzeit"],
  "jobLocations": [{ "name": "Salzburg", "federalState": "Salzburg", "country": "Österreich" }],
  "company": { "title": "DialogDirect Marketing GmbH", "industry": "Marketing / PR / Design" },
  "applyUrl": "https://jobs.dialogdirect.at/reiseteam",
  "willhabenKind": "jobs",
  "source": "willhaben_jobs_detail",
  "detailUrl": "https://www.willhaben.at/jobs/job/social-promotion-ab-sofort-auf-reisen-durch-oesterreich-3100-450/13039786",
  "apify_extracted_emails": ["ts@dialogdirect.at"]
}
```

#### Using the API

Python, using the [Apify Python client](https://docs.apify.com/api/client/python/):

```python
from apify_client import ApifyClient

client = ApifyClient("<YOUR_API_TOKEN>")
run = client.actor("parsebird/willhaben-scraper").call(run_input={
    "startUrls": [
        {"url": "https://www.willhaben.at/iad/immobilien/mietwohnungen/mietwohnung-angebote?areaId=5"},
        {"url": "https://www.willhaben.at/jobs/suche?employment_type=109&location=Salzburg"},
    ],
    "maxItems": 30,
    "flattenOutput": True,
})

for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item.get("title") or item.get("HEADING"))
```

JavaScript, using the [Apify JavaScript client](https://docs.apify.com/api/client/js/):

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

const client = new ApifyClient({ token: '<YOUR_API_TOKEN>' });
const run = await client.actor('parsebird/willhaben-scraper').call({
    startUrls: [{ url: 'https://www.willhaben.at/iad/immobilien/mietwohnungen/mietwohnung-angebote?areaId=5' }],
    maxItems: 30,
    flattenOutput: true,
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
```

You can also trigger runs via the [Apify REST API](https://docs.apify.com/api/v2), schedule recurring scrapes with [Apify Scheduler](https://docs.apify.com/platform/schedules), and export results as JSON, CSV, Excel, XML, or RSS directly from the Console or API.

#### Use cases

- Track rental and sale price trends across Austrian real estate markets
- Monitor new job postings in a specific region or employment type
- Build a used-car price comparison tool from Auto & Motor listings
- Feed Marktplatz classifieds into a resale/arbitrage pipeline
- Lead generation from real-estate or Marktplatz seller contact details
- Feed structured listing data into a BI dashboard or spreadsheet via the Apify API

#### How it works

1. Each start URL is classified as an **iad** URL (Immobilien/Marktplatz/Auto & Motor) or a **Jobs** URL based on its path.
2. The actor fetches the willhaben.at search-results page for that URL (existing query filters are preserved verbatim) and reads the embedded search-result data.
3. For every hit, up to `maxItems`, the actor queues a detail-page fetch (the listing's or job's own public willhaben.at page) and merges the detail data into the row.
4. If more results remain and the per-URL item budget isn't filled, the actor requests the next page automatically.
5. Failed requests are retried with `maxRequestRetries` attempts, rotating the Apify Proxy session on 401/403/429/5xx responses.
6. Each row is pushed to the dataset, shaped flat or nested per `flattenOutput`.

#### Is it legal to scrape Willhaben.at?

Scraping publicly available data is generally legal, as confirmed in cases like *hiQ Labs v. LinkedIn*. This actor only accesses pages that are publicly visible on willhaben.at without logging in. You are responsible for how you use the extracted data — comply with willhaben.at's terms of service and applicable data protection law (including GDPR, since Willhaben data pertains to Austrian/EU sellers and advertisers). Read more in [Apify's blog post on the legality of web scraping](https://blog.apify.com/is-web-scraping-legal/).

#### Related Actors

- [ImmoScout24 Scraper](https://apify.com/parsebird/immoscout24-scraper) — German real estate portal
- [Homegate.ch Swiss Real Estate Scraper](https://apify.com/parsebird/homegate-ch-scraper) — Swiss real estate portal
- [Totaljobs Scraper](https://apify.com/parsebird/totaljobs-scraper) — UK job listings

#### FAQ

**What willhaben.at URLs can I use as input?**
Any search-results URL from the four verticals: Immobilien and Marktplatz and Auto & Motor under `willhaben.at/iad/...`, and Jobs under `willhaben.at/jobs/...`. Category, price, and area filters already in the URL are kept as-is.

**Does `maxItems` limit the total run, or per start URL?**
Per start URL. Two start URLs with `maxItems: 30` can produce up to 60 detail-enriched rows.

**Why is `flattenOutput` off by default?**
Flattening spreads 40-100+ raw willhaben.at attribute keys onto every row, which is powerful for spreadsheets and BI tools but noisier to read. Turn it on when you want one flat table; leave it off if you prefer the raw attributes nested under `listingDocument.attributesFlat`.

**Some fields are null — why?**
willhaben.at doesn't populate every attribute for every listing (a private Marktplatz seller may not expose a phone number; not every real-estate ad has an energy certificate). The actor never invents values — a null means the site didn't provide that field for that listing.

**Can I schedule recurring runs?**
Yes — use [Apify's Scheduler](https://docs.apify.com/platform/schedules) to run this actor daily, weekly, or on any cron interval, and combine it with [Apify integrations](https://apify.com/integrations) (Zapier, Make, Google Sheets, Slack) to route new results automatically.

**Found an issue?**
Report it on the Actor's Issues tab in Apify Console — the source is under active maintenance.

# Actor input Schema

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

willhaben.at www URLs to scrape. Immobilien/Marktplatz/Auto & Motor URLs live under /iad/..., Jobs URLs under /jobs/.... Existing query filters (price, area, category, etc.) are preserved as-is.

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

Maximum number of listings/jobs for which a detail request is queued, counted separately for each start URL. Two start URLs with maxItems 30 can yield up to 60 detail scrapes.

## `flattenOutput` (type: `boolean`):

When on, each iad row (Immobilien/Marktplatz/Auto & Motor) is a single flat object: mapped fields plus every listingDocument attribute at the top level. When off, iad rows nest raw attributes under listingDocument.attributesFlat. Jobs rows are largely unaffected.

## `maxConcurrency` (type: `integer`):

Maximum number of list and detail requests in flight at once (shared across all start URLs).

## `minConcurrency` (type: `integer`):

Reserved for compatibility with other scrapers' input shape. This actor scales requests dynamically and does not use this value.

## `maxRequestRetries` (type: `integer`):

Retries per failed list/detail request, with proxy session rotation on non-2xx responses (401/403/429/5xx).

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

Apify proxy settings. An Austrian residential proxy is recommended for reliable, sustained access to willhaben.at.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.willhaben.at/iad/immobilien/mietwohnungen/mietwohnung-angebote?areaId=5"
    },
    {
      "url": "https://www.willhaben.at/jobs/suche?employment_type=109&location=Salzburg&region=14096"
    }
  ],
  "maxItems": 5,
  "flattenOutput": true,
  "maxConcurrency": 10,
  "minConcurrency": 1,
  "maxRequestRetries": 3,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AT"
  }
}
```

# Actor output Schema

## `dataset` (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.willhaben.at/iad/immobilien/mietwohnungen/mietwohnung-angebote?areaId=5"
        },
        {
            "url": "https://www.willhaben.at/jobs/suche?employment_type=109&location=Salzburg&region=14096"
        }
    ],
    "maxItems": 5,
    "flattenOutput": true,
    "maxConcurrency": 10,
    "maxRequestRetries": 3,
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "AT"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("parsebird/willhaben-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.willhaben.at/iad/immobilien/mietwohnungen/mietwohnung-angebote?areaId=5" },
        { "url": "https://www.willhaben.at/jobs/suche?employment_type=109&location=Salzburg&region=14096" },
    ],
    "maxItems": 5,
    "flattenOutput": True,
    "maxConcurrency": 10,
    "maxRequestRetries": 3,
    "proxy": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "AT",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("parsebird/willhaben-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.willhaben.at/iad/immobilien/mietwohnungen/mietwohnung-angebote?areaId=5"
    },
    {
      "url": "https://www.willhaben.at/jobs/suche?employment_type=109&location=Salzburg&region=14096"
    }
  ],
  "maxItems": 5,
  "flattenOutput": true,
  "maxConcurrency": 10,
  "maxRequestRetries": 3,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AT"
  }
}' |
apify call parsebird/willhaben-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parsebird/willhaben-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/rBDfKCSU1Yp4OLA3C/builds/xuNFVWsmwcnq42qgg/openapi.json
