抓取 tori.fi 分类广告,这是芬兰最大的在线市场 (Schibsted 集团)。返回标题、EUR 价格、位置 (城市、地区或省)、品牌、状态、卖家名、所有图片 URL、发布日期与源 URL。按关键词搜索 (polkupyora、iPhone、MacBook),多关键词查询并行运行,并可选用详情页完整数据增强。自动分页。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~tori-fi-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["polkupyora", "iphone", "macbook"], "maxResults": 200, "maxResultsPerQuery": 80, "includeDetails": true }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/tori-fi-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | Polkupyora Helkama |
| price | number | 180 |
| currency | string | EUR |
| location | string | Helsinki |
| brand | string | Helkama |
| condition | string | Used |
| seller | string | Matti K. |
| image_url | string | https://images.tori.fi/... |
| posted_at | string | 2026-06-10T08:14:00Z |
| source_url | string | https://www.tori.fi/... |