抓取 France Travail (原 Pôle Emploi),法国官方公共就业服务的职位。每个职位返回 22 个字段:标题、公司、地点、国家、employment_type、合同类型 (CDI / CDD / Interim / Stage)、salary_min、salary_max、salary_text、remote_option、完整描述、posted_at、expires_at、source_url、apply_url、top_listing 标记和 company_url。覆盖法国全部 13 个大区 (巴黎、里昂、马赛、图卢兹、波尔多 + 海外大区)。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~france-travail-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQuery": "développeur", "maxResults": 100, "includeDetails": true }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/france-travail-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| title | string | Développeur Full Stack |
| company | string | Capgemini |
| location | string | Paris 75 |
| employment_type | string | CDI |
| salary_min | integer | 45000 |
| salary_max | integer | 60000 |
| salary_text | string | 45 000 - 60 000 EUR / an |
| remote_option | string | Hybride |
| description_full | string | Nous recherchons... |
| apply_url | string | https://candidat.francetravail.fr/... |