从Indeed移动端API提取结构化职位数据。返回职位名称、公司、地点、薪资、福利、描述和申请链接。并发详情抓取,每个Worker独立代理会话。纯HTTP — 无Chrome,无Playwright。
# 通过Apify API启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~indeed-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["software engineer"], "country": "de", "maxResultsPerQuery": 50, "includeJobDetails": true }' # 或通过MCP与AI代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/indeed-scraper
| 特性 | NanoScrape | 浏览器爬虫 |
|---|---|---|
| Docker镜像 | ~12MB | 500MB - 2GB |
| 内存占用 | 128MB | 1-4GB |
| 每1k职位成本 | $1.00 | $5 - $20 |
| 反爬虫方案 | TLS指纹 + 预热会话 | 完整Chrome浏览器 |
| 速度 (1k职位) | ~5分钟 | 20-60分钟 |
| 国家覆盖 | 60+ | 不定 (5-30) |
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | Senior Software Engineer |
| company | string | |
| location | string | Munich, Bavaria |
| salary | string | $120,000 - $180,000 a year |
| job_type | string | Full-time |
| description | string | 完整职位描述HTML |
| benefits | string[] | ["Health insurance", "401k"] |
| company_logo | string | https://... |
| apply_url | string | https://indeed.com/... |
| posted_at | string | 2026-04-28 |