抓取 willhaben.at 的分类广告,这是奥地利最大的在线市场,月访问量 10M+。直接从搜索结果返回标题、描述、EUR 价格、联邦州、区、邮编、GPS 坐标、卖家名与类型、所有图片 URL、发布日期和源 URL。可选从详情页增强完整广告描述。粘贴任意 willhaben.at 搜索 URL,Actor 自动处理分页。
# 通过 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 }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/willhaben-at-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| 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/... |