抓取 Dice.com 美国科技与 IT 职位,每职位 68 个字段。覆盖 50,000+ 活跃岗位,含标题、公司、地点、结构化薪资(最小、最大、货币、周期)、技能数组(JavaScript、Python、AWS、Docker)、雇佣类型(FULL_TIME、CONTRACT、THIRD_PARTY)、发布、修改与到期日期、申请 URL。可开启公司增强获取总部、员工数、网站、行业、活跃职位总数与来自团队页的招聘官姓名与职位。按结果付费,每 1,000 个职位 $3。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~dice-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchUrls": ["https://www.dice.com/jobs?q=software+engineer&location=Remote"], "includeCompanyInfo": true, "maxResults": 200 }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/dice-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | Senior Software Engineer |
| company | string | Stripe |
| location | string | San Francisco, CA, USA |
| salary_min | integer | 175000 |
| salary_max | integer | 275000 |
| employment_type | string | FULL_TIME |
| skills | string[] | ["JavaScript","Python","AWS"] |
| posted_at | string | 2026-06-10 |
| expires_at | string | 2026-07-10 |
| recruiters | object[] | [{"name":"Jane Doe","title":"Sr Recruiter"}] |