πŸ›’ Willhaben Scraper β€” Austria Classifieds & Property avatar

πŸ›’ Willhaben Scraper β€” Austria Classifieds & Property

Pricing

from $0.0015 / item scraped

Go to Apify Store
πŸ›’ Willhaben Scraper β€” Austria Classifieds & Property

πŸ›’ 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

hiper soft

Maintained by Community

Actor 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 attributes object per listing.
  • πŸ–ΌοΈ Photos β€” every listing image URL.
  • πŸ“Š Clean, flat output β€” one record per listing, ready for spreadsheets, databases and dashboards.

Input

FieldDescription
Start URLsOptional list of Willhaben search or category URLs (any vertical). When set, these are used instead of Category and Keyword.
Categoryhaus-kaufen, haus-mieten, wohnung-kaufen, wohnung-mieten, gebrauchtwagen or marketplace. Used when no Start URLs are given.
KeywordOptional free-text search term applied to the chosen category.
Max itemsMaximum 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

FieldDescription
idWillhaben listing id.
verticalId / verticalNameVertical the listing belongs to (realestate, motor, marketplace).
titleListing headline.
priceNumeric price (null when the seller lists price-on-request).
currencyAlways EUR.
priceOnRequesttrue when no fixed price is shown.
priceLabelFormatted price as shown on the listing.
location, postalCode, state, district, countryLocation details.
sizeLiving area in mΒ² (property).
roomsNumber of rooms (property).
latitude, longitudeMap coordinates when available.
attributesCategory-specific extras (e.g. mileage, make, model and fuel for cars; property type for real estate).
imagesListing image URLs.
publishedDate, lastChangedDateTimestamps when available.
detailUrlAbsolute link to the listing.
urlThe 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 0 to 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.