| --- |
| license: cc-by-4.0 |
| pretty_name: "Willhaben.at Scraper" |
| tags: [real_estate, web-scraping, apify, ecommerce, real-estate, scraper] |
| size_categories: |
| - n<1K |
| --- |
| |
| # Willhaben.at Scraper |
|
|
| Scrape willhaben.at — Austria's #1 classified ads platform with 4.2M+ monthly users. Extract marketplace items, real estate listings, used cars and job postings. Prices, images, location and full details included. |
|
|
| ## What the actor scrapes |
|
|
| # 🇦🇹 Willhaben.at Scraper — Scrape Austria Real Estate, Used Cars, Jobs & Marketplace Listings Scrape **willhaben.at**, Austria's #1 classifieds platform, and export apartments for rent and sale, houses, used cars, job postings and marketplace items to JSON, CSV or Excel. This **willhaben.at scraper** extracts structured listing data — prices, images, locations and category-specific details — with **no API key and no login required**. Willhaben.at has 4.2+ million monthly users and 12+ million a |
|
|
| ## Who this is for |
|
|
| This sample is useful for anyone working in **real estate, ecommerce** who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time. |
|
|
| ## Source |
|
|
| **Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/willhaben-at-scraper](https://apify.com/logiover/willhaben-at-scraper) |
|
|
| ## Fields |
|
|
| - **`id`** — unique identifier for the record |
| - **`url`** — canonical URL of the item |
| - **`adType`** — field captured by the actor |
| - **`title`** — item or page title |
| - **`price`** — listed price (numeric or string) |
| - **`location`** — location string |
| - **`imageUrl`** — URL reference |
| - **`imageUrls`** — field captured by the actor |
| - **`sellerType`** — field captured by the actor |
| - **`publishedAt`** — publication timestamp |
| - **`scrapedAt`** — timestamp the row was scraped |
| - **`condition`** — field captured by the actor |
| - **`delivery`** — field captured by the actor |
|
|
| ## Sample preview |
|
|
| ```json |
| [ |
| { |
| "id": "1397168656", |
| "url": "https://www.willhaben.at/atverz/1397168656", |
| "adType": "marktplatz", |
| "title": "Sommerreifen neuwertig Nexen 215 / 60 R17 96H N FERA Primus", |
| "price": "€ 160", |
| "location": "Nöstlbach, Linz Land, 4502", |
| "imageUrl": "https://cache.willhaben.at/mmo/6/139/716/8656_439541632_n_hoved.jpg", |
| "imageUrls": "https://cache.willhaben.at/mmo/6/139/716/8656_439541632_n_hoved.jpg, https://cache.willhaben.at/mmo/6/139/716/8656_1754981004_n_hoved.jpg, https://cache.willhaben.at/mmo/6/139/716/8656_-1471550419_n_hoved.jpg", |
| "sellerType": "Privat", |
| "publishedAt": null, |
| "scrapedAt": "2026-05-15T11:01:41.248Z", |
| "condition": null, |
| "delivery": null |
| }, |
| { |
| "id": "1773366882", |
| "url": "https://www.willhaben.at/atverz/1773366882", |
| "adType": "marktplatz", |
| "title": "Allen & Heath ilive-T112 Surface & Mixrack iDR-48", |
| "price": "€ 2 999", |
| "location": "Kleinköstendorf, Salzburg-Umgebung, 5203", |
| "imageUrl": "https://cache.willhaben.at/mmo/2/177/336/6882_-943392528_n_hoved.jpg", |
| "imageUrls": "https://cache.willhaben.at/mmo/2/177/336/6882_-943392528_n_hoved.jpg, https://cache.willhaben.at/mmo/2/177/336/6882_-2102072227_n_hoved.jpg, https://cache.willhaben.at/mmo/2/177/336/6882_1333652630_n_hoved.jpg", |
| "sellerType": "Privat", |
| "publishedAt": null, |
| "scrapedAt": "2026-05-15T11:01:41.467Z", |
| "condition": null, |
| "delivery": null |
| } |
| ] |
| ``` |
|
|
| ## Snapshot stats |
|
|
| - Row count in this sample: **50** |
| - Data quality flag at capture time: `GOOD` |
|
|
| ## License & Attribution |
|
|
| Released under **Creative Commons Attribution 4.0 (CC BY 4.0)**. If you use this data, please credit the source actor and link back to its Apify Store page: [logiover/willhaben-at-scraper](https://apify.com/logiover/willhaben-at-scraper). |
|
|
| The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content. |
|
|