Willhaben.at Scraper: immobilien, autos, jobs (search + alerts)
Pricing
from $1.00 / 1,000 result items
Willhaben.at Scraper: immobilien, autos, jobs (search + alerts)
Willhaben scraper for willhaben.at: marktplatz, immobilien, autos, motorrad and jobs by keyword or by any willhaben search URL with your own filters. Flat rows with price, city, postcode, district, Bundesland, coordinates, seller type, photos. Monitor mode alerts on new ads and price cuts.
Pricing
from $1.00 / 1,000 result items
Rating
0.0
(0)
Developer
Viktor Dubnytskiy
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
A willhaben scraper for willhaben.at, Austria's biggest classifieds platform: marktplatz, immobilien, gebrauchtwagen, motorräder and jobs. Search by keyword, or paste the path of any willhaben search URL so every filter you clicked on the site (area, category, attributes) is kept — each ad comes back as one flat row, and monitor mode returns only what is new or re-priced since your last run.
What you get — example output
One row per ad. Real values from the example dataset (query fahrrad, marktplatz):
| Field | Example value | What it is |
|---|---|---|
id | willhaben-1780807171 | Stable row key (willhaben- + ad id) |
title | Puch Olympian 12 im Top Zustand | Ad headline |
price / priceLabel | 290 / € 290 | Numeric price in euros and the label willhaben prints |
city / postcode | Perchtoldsdorf / 2380 | Town and Austrian postcode |
district / region | Mödling / Niederösterreich | Bezirk and Bundesland (lat 48.12079, lon 16.26427) |
sellerType | private | private or business — separate dealers from individuals |
createdAt / validTo | 2026-09-04T07:31:57Z / 2026-10-19T07:31:49Z | When the ad went live and when it expires |
adStatus | active | Ad state as willhaben reports it |
categoryTreeIds | ["4390;4525;4552;4554"] | Full willhaben category path as ids |
Full field list: id, url, platform, country, title, description (search snippet), price, currency, priceLabel, priceType, categoryId, categoryTreeIds[], condition, city, postcode, district, region, lat, lon, images[], sellerId, sellerName, sellerType, createdAt, refreshedAt, validTo, isPromoted, deliveryAvailable (PayLivery), adStatus, verticalId, params{}, query, rank, source, scrapedAt.
Use cases
- Real-estate and car watchers: paste a filtered willhaben search URL, schedule it, and be alerted the moment a matching Wohnung or Gebrauchtwagen appears or drops price.
- Reselling: follow a keyword across the marktplatz with a price ceiling and postcode-level location on every row.
- Market research: pull a category with price, Bundesland and seller type to see supply and pricing across Austria.
How it works
The actor reads willhaben's own search pages and takes the structured data the site embeds in them, so each row arrives with coordinates, postcode and category ids instead of scraped text. willhaben blocks datacenter IPs, so traffic goes through Apify's residential proxy automatically — nothing to configure, but Apify bills that traffic on top (about 0.7 MB per page of 30 ads). Pass searchPath to reuse any filter combination from the website; otherwise pick a vertical and keywords. In monitor mode only new and re-priced ads are pushed, with an optional webhook or Telegram summary.
Input
| Field | Meaning | Default |
|---|---|---|
queries | Keywords, e.g. ["fahrrad"]; each is paginated separately | ["fahrrad"] |
vertical | marktplatz, immobilien, auto, motorrad, jobs | marktplatz |
searchPath | Any willhaben search path after /iad/, filters included | — |
priceFrom / priceTo | Price range in whole euros, e.g. 100 / 900 | — |
sortBy | newest, price_asc, price_desc, relevance | newest |
maxPages | Pages per query, 30 ads each | 5 |
maxItems | Stop after this many ads | 20 |
mode | scrape, or monitor for new/changed only | scrape |
webhookUrl, telegramBotToken, telegramChatId | Where monitor-mode change summaries are sent | — |
Pricing
| Event | Price |
|---|---|
| result | $0.001 per listing ($1 per 1,000) |
| monitor-check | $0.005 per monitor run |
| change | $0.001 per new/changed listing |
Charged only for listings actually pushed — an empty run costs you nothing. willhaben blocks datacenter IPs, so the actor uses residential proxy (Apify bills that traffic on top; ~0.7 MB per page of 30 listings).
Why this actor
- Any willhaben search URL works as input, so the filters you already trust on the site are preserved exactly.
- All five verticals — marktplatz, immobilien, auto, motorrad, jobs — behind one input.
- Postcode, Bezirk, Bundesland and coordinates on every row, so Austrian rows map and group without geocoding.
- Monitor mode with new-ad and price-drop alerts, delivered by webhook or Telegram.
- Residential handling is built in — no proxy setup, no cookies, no willhaben account.
Limits
- Ad detail pages are not opened: full description and seller phone are not included.
- Real-estate and car attributes arrive as raw willhaben attribute names in
params(e.g.ESTATE_SIZE/LIVING_AREA,MILEAGE). - Residential traffic is billed by Apify on top of the per-result price.
FAQ
Can I monitor new listings for a search? Yes. Save your input (keywords or a searchPath) as a Task, set mode: monitor and schedule it. Each run then returns only ads that appeared or changed price since the previous run, and can POST a summary to webhookUrl or a Telegram chat.
Can I use my own willhaben filter URL? Yes — copy everything after willhaben.at/iad/ from your filtered search and put it in searchPath. Area ids, category and attribute filters are all kept.
Do I need a willhaben account or my own proxy? No. The actor reads public search pages and routes through Apify's residential proxy automatically.
Changelog
- 0.1: initial release — keyword search, custom search paths, monitor mode.
If this actor saved you time, please leave a review on its Store page — it is the main way other buyers find it. Bug reports and field requests are welcome in the Issues tab.