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

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

Pricing

from $0.69 / 1,000 listings

Go to Apify Store
Willhaben.at Scraper - Marktplatz/Immobilien/Auto/Jobs

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

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

Pricing

from $0.69 / 1,000 listings

Rating

0.0

(0)

Developer

ParseBird

ParseBird

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

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.

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.

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 budgetmaxItems 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?

FieldDescription
willhabenKindreal_estate, marketplace, car, or jobs
title / HEADINGListing or job title
price / priceTextNumeric price and display-formatted price string
rentGrossMonthly gross rent for real-estate rentals
city, postalCode, district, region, countryStructured address fields
latitude, longitudeParsed geo-coordinates
livingAreaM2, roomCountReal-estate size and room count
hasBalcony, hasGarage, hasElevator, hasGarden, ...Boolean feature flags (real estate)
sellerName, phone, emailAdvertiser contact details, when public
imageUrlsListing image URLs
url / detailUrlPublic 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, salaryStructured job fields (Jobs vertical)
apify_extracted_emailsEmail addresses regex-extracted from job descriptions and contacts

How to scrape Willhaben.at with this actor

  1. Open the Willhaben.at Scraper Actor page and click Try for free.
  2. Go to 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 — you pay only for data actually delivered, not for compute time.

EventPrice 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

ParameterTypeRequiredDefaultDescription
startUrlsarrayYeswillhaben.at search URLs: Immobilien/Marktplatz/Auto & Motor under /iad/..., Jobs under /jobs/...
maxItemsintegerNo30Max listings/jobs per start URL for which a detail request is queued
flattenOutputbooleanNofalseFlatten iad rows into a single object with all attributes at the top level
maxConcurrencyintegerNo10Max list + detail requests in flight at once, shared across all start URLs
minConcurrencyintegerNo1Reserved for input-shape compatibility; not used by this actor
maxRequestRetriesintegerNo3Retries per failed request, with proxy session rotation on 401/403/429/5xx
proxyobjectNoRESIDENTIAL / ATApify Proxy configuration

Output example

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

{
"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:

{
"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:

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:

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, schedule recurring scrapes with Apify Scheduler, 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.

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.

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 to run this actor daily, weekly, or on any cron interval, and combine it with Apify 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.