从Reed.co.uk提取结构化职位数据,英国排名第一的招聘网站,拥有数百万职位列表。返回职位名称、公司、薪资、地点、职位类型和完整描述。纯HTTP -- 无需Chrome,无需Playwright。
# 通过Apify API启动一次运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~reed-uk-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["software engineer"], "location": "London", "maxResultsPerQuery": 50 }' # 或通过MCP与AI代理一起使用: # https://mcp.apify.com?tools=santamaria-automations/reed-uk-scraper
| 特性 | NanoScrape | 基于浏览器的抓取工具 |
|---|---|---|
| Docker镜像 | ~12MB | 500MB - 2GB |
| 内存占用 | 128MB | 1-4GB |
| 每1k条结果成本 | ~$0.80 | $5 - $20 |
| 反爬虫方案 | TLS指纹 | 完整Chrome浏览器 |
| 速度(1k职位) | ~3分钟 | 15-45分钟 |
| 英国覆盖 | 完整 | 不确定 |
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | Senior Software Engineer |
| company | string | Barclays |
| location | string | London, England |
| salary_min | number | 65000 |
| salary_max | number | 85000 |
| job_type | string | Permanent |
| description | string | 完整职位描述HTML |
| url | string | https://reed.co.uk/jobs/... |
| posted_at | string | 2026-04-20 |