抓取 kleinanzeigen.de (前身 eBay Kleinanzeigen) 分类广告,这是德国最大的在线市场,月访问量 50M+。返回标题、EUR 价格及类型标志 (festpreis、VB、zu_verschenken)、城市与邮编、置顶标志、所有图片 URL、发布日期与源 URL。可选从详情页增强完整描述、类目路径、卖家信息 (私人 vs 商家) 与配送可用性。粘贴任意 kleinanzeigen.de 搜索 URL,Actor 自动处理分页。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~kleinanzeigen-de-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchUrls": [ "https://www.kleinanzeigen.de/s-autos/volkswagen/c216", "https://www.kleinanzeigen.de/s-berlin/iphone/k0l3331" ], "maxResults": 200, "includeDetails": true }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/kleinanzeigen-de-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| id | string | 2789012345 |
| title | string | iPhone 13 Pro 256GB |
| price | number | 650 |
| price_type | string | VB |
| currency | string | EUR |
| location | string | Berlin Mitte |
| postcode | string | 10115 |
| category | string | Handy & Telefon |
| seller_type | string | private |
| shipping_available | boolean | true |
| is_top_ad | boolean | false |
| posted_at | string | 2026-06-10T08:14:00Z |
| source_url | string | https://www.kleinanzeigen.de/s-anzeige/... |