抓取 DBA.dk 的分类广告,这是丹麦最大的在线市场 (Schibsted 集团)。从简单的关键词搜索或粘贴的 dba.dk 搜索 URL 返回标题、DKK 价格、城市、GPS 坐标、品牌、所有图片 URL、发布日期和源 URL。可选详情增强补充状态 (Brugt、Ny、Defekt) 和类目。自动分页。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~dba-dk-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["iphone", "samsung galaxy", "cykel"], "maxResults": 200, "maxResultsPerQuery": 80, "includeDetails": true }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/dba-dk-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | iPhone 14 Pro 256GB |
| price | number | 5800 |
| currency | string | DKK |
| location | string | København |
| latitude | number | 55.6761 |
| longitude | number | 12.5683 |
| brand | string | Apple |
| condition | string | Brugt |
| posted_at | string | 2026-06-10 |
| source_url | string | https://www.dba.dk/... |