Scrape classified listings from willhaben.at, Austria's largest online marketplace with 10M+ monthly visitors. Returns title, description, price in EUR, state, district, postcode, GPS coordinates, seller name and type, all image URLs, posted date and source URL straight from search results. Optionally enrich with the full ad description from the listing page. Paste any willhaben.at search URL and the actor handles pagination automatically.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~willhaben-at-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchUrls": [ "https://www.willhaben.at/iad/gebrauchtwagen/auto/gebrauchtwagenboerse?CAR_MODEL/MAKE=1003&PRICE_TO=10000", "https://www.willhaben.at/iad/immobilien/mietwohnungen/mietwohnung-angebote?areaId=900" ], "maxResults": 200, "includeDetails": true }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/willhaben-at-scraper
| Field | Type | Example |
|---|---|---|
| id | string | 1234567890 |
| title | string | BMW 320d Touring |
| price | number | 9500 |
| currency | string | EUR |
| state | string | Wien |
| district | string | Floridsdorf |
| postcode | string | 1210 |
| latitude | number | 48.2569 |
| longitude | number | 16.4006 |
| seller_type | string | professional |
| posted_at | string | 2026-06-10T08:14:00Z |
| source_url | string | https://www.willhaben.at/iad/... |