抓取 60+ 国家的 Indeed 招聘信息,覆盖 indeed.com、indeed.de、indeed.co.uk、indeed.fr 等站点。每个职位返回 50+ 字段:标题、公司、地点、含币种的薪资范围、雇佣类型、远程选项、文本与 HTML 完整描述、福利、发布日期、过期日期和申请 URL。两种模式:Fast 模式 25 秒内返回 100 条搜索列表,Full 模式为每个职位补充公司评分、CEO、行业、营收、总部和员工幸福度评分。
# 通过 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, "mode": "fast" }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/indeed-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | Senior Software Engineer |
| company | string | Zalando SE |
| location | string | Berlin, Germany |
| salary_text | string | 60.000 - 80.000 EUR per year |
| employment_type | string | Full-time |
| remote_option | string | Hybrid |
| description_full | string | We are looking for... |
| company_benefits | string[] | ["Health insurance","Stock options"] |
| posted_at | string | 2026-06-10 |
| apply_url | string | https://indeed.com/viewjob?jk=... |