Scrape job listings from France Travail (formerly Pôle Emploi), France's official public employment service. Returns 22 fields per job: title, company, location, country, employment_type, contract type (CDI / CDD / Interim / Stage), salary_min, salary_max, salary_text, remote_option, full description, posted_at, expires_at, source_url, apply_url, top_listing flag and company_url. Covers all 13 French regions including Paris, Lyon, Marseille, Toulouse, Bordeaux and overseas departments.
# Start a run via the 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 }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/france-travail-scraper
| Field | Type | Example |
|---|---|---|
| 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/... |