抓取 AutoScout24,欧洲最大的在线汽车交易平台,拥有数百万条车源。覆盖 10 个国家:DE、AT、CH、FR、IT、ES、NL、BE、LU 和 SE。返回品牌、车型、版本、车身、颜色、里程、燃料类型、变速箱、功率(马力/千瓦)、车门、座椅、驱动、价格、首次登记日期、经销商名称、地址、电话、卖家类型及完整图片画廊。支持按 URL 或带价格、年份、燃料类型、国家等过滤条件的品牌/车型搜索。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~autoscout24-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "make": "BMW", "model": "3er", "country": "DE", "priceFrom": 10000, "priceTo": 30000, "maxResults": 100, "includeDetails": true }' # 或通过 MCP 与 AI 智能体配合使用: # https://mcp.apify.com?tools=santamaria-automations/autoscout24-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | BMW 320d M Sport |
| make | string | BMW |
| model | string | 320d |
| price | number | 28900 |
| currency | string | EUR |
| mileage_km | integer | 45000 |
| fuel_type | string | Diesel |
| power_hp | integer | 190 |
| dealer_name | string | BMW Niederlassung Berlin |
| country_code | string | DE |