π Willhaben Scraper β Austria Classifieds & Property
Pricing
from $0.0015 / item scraped
π Willhaben Scraper β Austria Classifieds & Property
Scrape public classified listings from Willhaben, Austria's #1 marketplace β property, cars and general goods. Paste any search or category URL, or pick a category and keyword, and export one clean row per listing: title, price, location, size, photos and link as JSON, CSV or Excel.
Pricing
from $0.0015 / item scraped
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Scrape public classified listings from Willhaben, Austria's #1 online marketplace, and export clean, structured data. Works across every Willhaben vertical β property (houses and apartments, for sale or for rent), cars and the general marketplace β so you can pull real-estate ads, used-car listings or second-hand goods with the same actor. Pick a category and an optional keyword, or paste a ready-made Willhaben search or category URL, and get one tidy row per listing: title, price, location, size, rooms, photos and the listing link. Download everything as JSON, CSV or Excel, or pull it straight from the API.
Great for real-estate and price market research, car-market analysis, competitor and inventory tracking, building a listings feed, or lead generation across Austria.
What it does
- π Property, cars and marketplace β houses and apartments (buy or rent), used cars, or general classified goods.
- π Paste Start URLs β drop in any Willhaben search or category URL straight from your browser, from any vertical.
- ποΈ Category + keyword β no URL needed: choose a category and add an optional free-text search term.
- π·οΈ Clean price fields β numeric price plus a display label, with a flag for price-on-request listings.
- π Location details β location text, postal code, state and district, plus map coordinates when available.
- π Per-category attributes β living area and rooms for property; mileage, make, model and fuel for cars; and more, folded into a compact
attributesobject per listing. - πΌοΈ Photos β every listing image URL.
- π Clean, flat output β one record per listing, ready for spreadsheets, databases and dashboards.
Input
| Field | Description |
|---|---|
| Start URLs | Optional list of Willhaben search or category URLs (any vertical). When set, these are used instead of Category and Keyword. |
| Category | haus-kaufen, haus-mieten, wohnung-kaufen, wohnung-mieten, gebrauchtwagen or marketplace. Used when no Start URLs are given. |
| Keyword | Optional free-text search term applied to the chosen category. |
| Max items | Maximum number of listings to collect (0 = no limit). |
Example input
{"category": "haus-kaufen","keyword": "wien","maxItems": 100}
Or paste a URL from any vertical:
{"startUrls": [{ "url": "https://www.willhaben.at/iad/gebrauchtwagen/auto/gebrauchtwagenboerse" }],"maxItems": 100}
Output
Each listing is one record. Example (fields vary by category):
{"id": "818368166","verticalId": 2,"verticalName": "realestate","title": "Haus im GrΓΌnen Floridsdorf in schΓΆner Lage","price": 449000,"currency": "EUR","priceOnRequest": false,"priceLabel": "β¬ 449.000","location": "Wien, 21. Bezirk, Floridsdorf","postalCode": "1210","state": "Wien","district": "Wien","country": "Γsterreich","size": 77,"rooms": 3,"latitude": 48.281101,"longitude": 16.411301,"attributes": {"PROPERTY_TYPE": "Einfamilienhaus","PRICE/SQUARE_METER": "5831.169"},"images": ["https://cache.willhaben.at/mmo/6/818/368/166_1521874343_hoved.jpg"],"publishedDate": "2026-09-06T11:08:00Z","detailUrl": "https://www.willhaben.at/iad/immobilien/d/haus-kaufen/wien/wien-1210-floridsdorf/-haus-im-gruenen-floridsdorf-in-schoener-lage-818368166/","url": "https://www.willhaben.at/iad/immobilien/haus-kaufen/haus-angebote?page=1"}
Output fields
| Field | Description |
|---|---|
id | Willhaben listing id. |
verticalId / verticalName | Vertical the listing belongs to (realestate, motor, marketplace). |
title | Listing headline. |
price | Numeric price (null when the seller lists price-on-request). |
currency | Always EUR. |
priceOnRequest | true when no fixed price is shown. |
priceLabel | Formatted price as shown on the listing. |
location, postalCode, state, district, country | Location details. |
size | Living area in mΒ² (property). |
rooms | Number of rooms (property). |
latitude, longitude | Map coordinates when available. |
attributes | Category-specific extras (e.g. mileage, make, model and fuel for cars; property type for real estate). |
images | Listing image URLs. |
publishedDate, lastChangedDate | Timestamps when available. |
detailUrl | Absolute link to the listing. |
url | The search/category page the listing came from. |
Tips
- To scrape a very specific search, set up the filters you want on Willhaben, copy the URL from your browser, and paste it into Start URLs.
- Combine Category with a Keyword for a quick search without building a URL.
- Set Max items to cap how much you collect, or
0to gather everything a search returns.
FAQ
Which listings can it collect? Any public listing from Willhaben's property, car and marketplace verticals.
Can I export to Excel or CSV? Yes β download the dataset as JSON, CSV, Excel or HTML, or pull it via the API.
Does it collect private seller data? No β only the public information shown on the listing.