French job market
## French Job Market API ### 🔎 Agrégez les offres d’emploi françaises via une API unifiée French Job Market API permet de rechercher des offres d’emploi en France depuis plusieurs sources dans un format normalisé. L’API agrège notamment Apec, Free-Work et HelloWork, avec un endpoint de recherche multi-source, un endpoint de recherche par provider, un endpoint de détail d’annonce et un endpoint…
French job market endpoints
| Method | Endpoint | Description |
|---|---|---|
| jobs | ||
| POST |
search_jobs_all_providers /v1/jobs/search |
Search job opportunities across all supported providers (Apec, Free-Work, HelloWork). ### Features - Multi-provider aggregation - Pagination support - Parallel fetching for high… |
| POST |
search_jobs_per_provider /v1/jobs/search/{provider} |
Search job opportunities from a single provider. ### Supported providers - `apec` — Executive & professional jobs (France) - `free-work` — Freelance & tech jobs - `hellowork` —… |
| POST |
get_job_details /v1/jobs/detail |
Retrieve detailed information about a specific job. ### How it works 1. Job ID is resolved to its original provider 2. Provider API is queried 3. Data is normalized into a… |
| health | ||
| GET |
health_check_health_get /health |
Simple health check endpoint to verify that the API is running. |
French job market pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 15 / minute |
|
| ULTRA Recommended | $20 / month | 20 / minute |
|