抓取 finn.no 的广告,这是挪威最大的分类广告与招聘平台 (Schibsted 集团)。覆盖全部五大垂类:市场 (Torget)、招聘 (Jobb)、房产 (Eiendom)、汽车 (Bil) 和 Mobility。从搜索结果返回标题、NOK 价格、位置、识别出的垂类、公司名称、图片 URL、发布与到期日期。可选详情增强补充完整描述、公司 URL 及招聘岗位的 employment_type。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~finn-no-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchUrls": [ "https://www.finn.no/bap/forsale/search.html?q=iphone", "https://www.finn.no/job/search?q=utvikler" ], "maxResults": 200, "includeDetails": true }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/finn-no-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | Senior Backend Developer |
| price | number | 0 |
| currency | string | NOK |
| location | string | Oslo |
| category | string | jobs |
| company_name | string | Schibsted ASA |
| employment_type | string | FULL_TIME |
| posted_at | string | 2026-06-10 |
| expires_at | string | 2026-07-10 |
| source_url | string | https://www.finn.no/job/... |