抓取 Jobrapido.com 在 50+ 国家的职位信息。每个职位返回 34 个字段:标题、公司、company_url、地点、城市、地区、国家、salary_min、salary_max、salary_currency、salary_period、employment_type、workload_min 与 workload_max、work_mode、完整描述、description_snippet 以及指向原始雇主或 ATS 页面的解析深链 source URL。Jobrapido 聚合数千家公司招聘页面和其他职位平台的职位。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~jobrapido-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["software engineer"], "country": "de", "location": "Berlin", "maxResultsPerQuery": 100 }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/jobrapido-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | Senior Software Engineer |
| company | string | Delivery Hero |
| city | string | Berlin |
| country | string | DE |
| salary_min | integer | 55000 |
| salary_max | integer | 75000 |
| salary_currency | string | EUR |
| employment_type | string | Vollzeit |
| work_mode | string | Hybrid |
| url | string | https://de.jobrapido.com/jobpreview/... |