Willhaben Scraper
Pricing
from $3.00 / 1,000 results
Willhaben Scraper
Scrape Willhaben.at - Austria's largest classifieds marketplace. Search for cars, real estate, items, and jobs. Get ad titles, prices, locations, sellers, images, and listing URLs.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape Willhaben.at — Austria's largest online classifieds marketplace with over 12 million monthly visitors and millions of listings in cars, real estate, furniture, electronics, and more.
What You Can Scrape
- Marktplatz (all classifieds / items for sale) — electronics, furniture, clothing, sports equipment, and more
- Cars & vehicles (Gebrauchtwagen) — second-hand vehicles with make, model, mileage, and pricing
- Real estate — rent apartment
- Real estate — buy apartment
- Real estate — rent house
- Real estate — buy house
- Real estate — land / plots
Every mode supports an optional free-text keyword search, price-range filtering, and 5 sort orders (relevance, newest, price ascending/descending, distance).
Input Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
mode | select | searchAll, searchItems, searchCars, searchRealEstateRentApartment, searchRealEstateBuyApartment, searchRealEstateRentHouse, searchRealEstateBuyHouse, searchRealEstateLand | searchItems |
query | string | Keyword to search for (e.g. sofa, iPhone, BMW). Leave empty to browse the category unfiltered. | — |
sortBy | select | relevance, newest, priceAsc, priceDesc, distance | relevance |
priceMin | integer | Minimum price in EUR | — |
priceMax | integer | Maximum price in EUR | — |
maxItems | integer | Maximum listings to return (1–1000) | 20 |
Output Fields
| Field | Description |
|---|---|
adId | Unique Willhaben ad ID |
heading | Listing title |
price | Price in EUR (float) |
currency | Always EUR |
priceDisplay | Formatted price string as shown on the site |
oldPrice | Previous price, if the listing shows a price reduction |
pricePerSquareMeter | EUR/m² (real estate only) |
location | Locality / neighbourhood |
district | District |
state | Austrian state (Bundesland) |
postcode | Postal code |
address | Street address, where public |
country | Country (always Österreich) |
latitude / longitude | Geo-coordinates |
propertyType | Property type (real estate only, e.g. "Erdgeschoßwohnung") |
rooms | Number of rooms (real estate only) |
livingAreaSqm | Living area in m² (real estate only) |
floor | Floor number (real estate only) |
carMake | Vehicle make (cars only) |
carModel | Vehicle model (cars only) |
carModelDetail | Full model/trim string (cars only) |
mileageKm | Odometer reading in km (cars only) |
status | Ad status (e.g. "aktiv") |
publishedDate | Listing publication date (ISO 8601) |
imageUrl | First image URL |
imageUrls | Up to 20 image URLs |
adUrl | Direct link to the listing |
seller | Seller / organisation name, where public |
isPrivate | true if listed by a private seller, false if a dealer/business |
scrapedAt | ISO timestamp of scrape |
mode | Scraping mode used |
Example Input
{"mode": "searchItems","query": "sofa","sortBy": "relevance","maxItems": 20}
Example Output
{"adId": "812599769","heading": "Sofa, Couch, Schlafsofa, modernes Sofa","price": 650,"currency": "EUR","priceDisplay": "€ 650","location": "Wien, 20. Bezirk, Brigittenau","district": "Wien","state": "Wien","postcode": "1200","country": "Österreich","latitude": 48.24867,"longitude": 16.377491,"status": "aktiv","publishedDate": "2026-07-25T17:46:00Z","imageUrl": "https://cache.willhaben.at/mmo/9/812/599/769_-877990258_hoved.jpg","adUrl": "https://www.willhaben.at/iad/kaufen-und-verkaufen/d/sofa-couch-schlafsofa-812599769/","isPrivate": true,"mode": "searchItems","scrapedAt": "2026-08-06T09:54:55.262149+00:00"}
FAQs
What is Willhaben? Willhaben.at is Austria's most popular online marketplace for buying and selling second-hand goods, cars, and real estate — similar to eBay Kleinanzeigen or Blocket in other European markets.
Do I need an account to scrape? No. The scraper accesses publicly available listing data without requiring a Willhaben account, login, or cookies.
Can I filter by price?
Yes. Use priceMin and priceMax (in EUR) to narrow results in any mode.
Can I sort results?
Yes. Use sortBy: relevance (default), newest, priceAsc, priceDesc, or distance.
How many listings can I scrape?
Up to 1,000 listings per run using the maxItems parameter.
Does every field appear on every record?
No — fields that don't apply to a listing (e.g. carMake on a real-estate ad) or aren't published by the seller are omitted rather than returned as null/empty.