直接从12个主要ATS平台驱动的公司招聘页面提取职位信息。自动检测ATS并提取结构化职位数据。只需提供公司招聘页面URL。纯HTTP -- 无需Chrome,无需Playwright。
# 通过Apify API启动一次运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~career-site-jobs-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "urls": [ "https://jobs.lever.co/openai", "https://boards.greenhouse.io/anthropic", "https://stripe.jobs.personio.de" ] }' # 或通过MCP与AI代理一起使用: # https://mcp.apify.com?tools=santamaria-automations/career-site-jobs-scraper
| 特性 | NanoScrape | 每个ATS的自定义抓取工具 |
|---|---|---|
| Docker镜像 | ~12MB | 每个500MB+ |
| ATS覆盖 | 12个平台,1个工具 | 每个平台1个抓取工具 |
| 设置时间 | 0 -- 只需提供URL | 每个平台数小时 |
| 自动检测 | 是 | 否 |
| 统一输出 | 是 | 不同的schema |
| 维护 | 由NanoScrape管理 | 您自行维护 |
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | Senior Backend Engineer |
| company | string | Anthropic |
| location | string | San Francisco, CA |
| department | string | Engineering |
| employment_type | string | Full-time |
| description | string | 完整职位描述HTML |
| apply_url | string | https://boards.greenhouse.io/... |
| ats_platform | string | greenhouse |