抓取 blocket.se 的分类广告,这是瑞典最大的在线市场 (Schibsted 集团)。直接从搜索结果返回标题、SEK 价格、城市、GPS 坐标、品牌、所有图片 URL、发布日期和源 URL。可选从详情页增强完整描述、状态和类目路径。粘贴任意 blocket.se 搜索 URL,Actor 自动处理分页。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~blocket-se-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchUrls": [ "https://www.blocket.se/mobility/search/car?price_to=330000&transmission=1", "https://www.blocket.se/recommerce/forsale/search?q=iphone" ], "maxResults": 200, "includeDetails": true }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/blocket-se-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | Volvo XC60 2019 |
| price | number | 289000 |
| currency | string | SEK |
| location | string | Stockholm |
| latitude | number | 59.3293 |
| longitude | number | 18.0686 |
| brand | string | Volvo |
| condition | string | Used |
| posted_at | string | 2026-06-10T08:14:00Z |
| source_url | string | https://www.blocket.se/annons/... |