Willhaben Scraper avatar

Willhaben Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Willhaben Scraper

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

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

ParameterTypeDescriptionDefault
modeselectsearchAll, searchItems, searchCars, searchRealEstateRentApartment, searchRealEstateBuyApartment, searchRealEstateRentHouse, searchRealEstateBuyHouse, searchRealEstateLandsearchItems
querystringKeyword to search for (e.g. sofa, iPhone, BMW). Leave empty to browse the category unfiltered.
sortByselectrelevance, newest, priceAsc, priceDesc, distancerelevance
priceMinintegerMinimum price in EUR
priceMaxintegerMaximum price in EUR
maxItemsintegerMaximum listings to return (1–1000)20

Output Fields

FieldDescription
adIdUnique Willhaben ad ID
headingListing title
pricePrice in EUR (float)
currencyAlways EUR
priceDisplayFormatted price string as shown on the site
oldPricePrevious price, if the listing shows a price reduction
pricePerSquareMeterEUR/m² (real estate only)
locationLocality / neighbourhood
districtDistrict
stateAustrian state (Bundesland)
postcodePostal code
addressStreet address, where public
countryCountry (always Österreich)
latitude / longitudeGeo-coordinates
propertyTypeProperty type (real estate only, e.g. "Erdgeschoßwohnung")
roomsNumber of rooms (real estate only)
livingAreaSqmLiving area in m² (real estate only)
floorFloor number (real estate only)
carMakeVehicle make (cars only)
carModelVehicle model (cars only)
carModelDetailFull model/trim string (cars only)
mileageKmOdometer reading in km (cars only)
statusAd status (e.g. "aktiv")
publishedDateListing publication date (ISO 8601)
imageUrlFirst image URL
imageUrlsUp to 20 image URLs
adUrlDirect link to the listing
sellerSeller / organisation name, where public
isPrivatetrue if listed by a private seller, false if a dealer/business
scrapedAtISO timestamp of scrape
modeScraping 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.