App Logo
cadremploi.fr

Search Cadremploi jobs

Search Cadremploi (French executive/manager job board) by free-text keyword and optional free-text city location. Location text is resolved via Cadremploi's own location suggestions, picking the first city-level match — same as picking the top "Villes" suggestion in the UI; a location with no city-level match throws (department/region-only matches, e.g. a region name with no matching city, are not supported by this script). Passing raw location text through without this resolution step silently falls back to a nationwide search on Cadremploi's side, which is why resolution is mandatory here. Cadremploi itself returns three tiers per search — exact city matches, matches in the surrounding area, and an "expanded" broader-radius fallback — all rendered together as one list with no visual divider; this script preserves that distinction via each job's matchType field rather than picking one arbitrarily. total is the grand total across all three tiers (also the number returned with no location filter, i.e. nationwide). Optional radius (km) mirrors the site's own distance-around-city filter; optional page paginates in fixed batches of 50 (site's own page size), matching the site's own ?page= param. An unmatched keyword returns total:0, jobs:[] — not an error.

Input

page optional

1-based page number, 50 results per page. Defaults to 1.

query optional

Free-text keyword, e.g. "developpeur". Omit to browse all listings (optionally filtered by location).

where optional

Free-text French city, e.g. "Paris" or "Lyon". Resolved via Cadremploi's own location-suggestions API; throws if no city-level match exists. Omit for a nationwide search.

radius optional

Search radius in km around the resolved city. Site default is 20 when a city is given.

Output

jobs required
total required

Start building not clicking