Apec Jobs Search Scraper avatar

Apec Jobs Search Scraper

Under maintenance

Pricing

from $2.99 / 1,000 job details

Go to Apify Store
Apec Jobs Search Scraper

Apec Jobs Search Scraper

Under maintenance

Scrape job listings from APEC.fr, France's leading executive job board for senior management and engineering positions. Extract job titles, companies, locations, contract types, and salary ranges.

Pricing

from $2.99 / 1,000 job details

Rating

0.0

(0)

Developer

Jobs API

Jobs API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

6 days ago

Last modified

Share

An Apify Actor that scrapes publicly listed job postings from APEC.fr - France's leading job board for executives, senior managers, and engineering positions ("cadres").

The Actor navigates APEC's public job-search results pages, extracts every populated field from each listing card, normalises the data into a clean structured schema, and pushes the records to the Actor's default dataset for download or downstream integration.


Table of Contents


What is APEC?

APEC (Association Pour l'Emploi des Cadres) is the French employment agency dedicated to executive, managerial, and engineering roles. APEC.fr publishes tens of thousands of "cadre" job offers across all French regions and sectors, and is the canonical source for senior French job-market data.

This Actor targets APEC's public job-search listings - the result cards displayed when a candidate runs a keyword search on apec.fr/candidat/recherche-emploi.html/emploi.


What does the Actor scrape?

Scrape job listings from APEC.fr, France's leading executive job board for senior management and engineering positions. Extract job titles, companies, locations, contract types, and salary ranges.

The actor maps listing fields such as:

  • id
  • reference
  • position
  • title
  • url
  • status
  • descriptionText
  • company
  • location
  • contractType

Primary source URL: https://cadres.apec.fr/cms/webservices/rechercheOffre/ids

Main target URL

The actor scrapes from the following base URL:

https://cadres.apec.fr/cms/webservices/rechercheOffre/ids

Request modifiers come from fields: query, keywords, maxItems.

Input schema

The Actor accepts the following input (defined in .actor/input_schema.json):

FieldTypeRequiredDefaultConstraintsDescription
querystringNo--Job keywords to search for on APEC.fr (e.g. 'data engineer', 'chef de projet').
keywordsstringNo--Alternative search keywords
maxItemsintegerNo50>= 1; <= 500Maximum number of job listings to scrape.

Output / dataset schema

Each record follows .actor/dataset_schema.json and includes the properties below.

FieldTypeRequired
idstring / nullNo
referencestring / nullNo
positioninteger / nullNo
titlestring / nullNo
urlstring / nullNo
statusstring / nullNo
descriptionTextstring / nullNo
companyobject / nullNo
locationobject / nullNo
contractTypestring / nullNo
salaryobject / nullNo
publishedAtstring / nullNo
lowApplicationsboolean / nullNo
searchobject / nullNo
scrapedAtstring / nullNo
sourcestring / nullNo

Example input

{
"query": "developpeur",
"keywords": "data engineer",
"maxItems": 50
}

Example output record

{
"id": "179122655W",
"reference": "179122655W",
"title": "developpeur F/H",
"url": "https://www.apec.fr/candidat/recherche-emploi.html/emploi/detail-offre/179122655W?motsCles=developpeur&page=0&selectedIndex=0",
"status": "LISTED",
"descriptionText": "Nous recherchons pour intégrer notre agence de Bordeaux, un « Développeur C#/ .NET / Angular » (H/F). Vous bénéficierez dans un premier temps d'une période d'intégration vous permettant de découvrir le groupe, nos enjeux et nos équipes. En intégrant notre agence de Bordeaux,...",
"company": {
"name": "NEO SOFT SERVICES",
"logo": "https://www.apec.fr/files/live/mounts/images/mediaentreprise/879947/logoNEOSOFTSERVICES8799471624961.jpg"
},
"location": {
"text": "Bordeaux - 33",
"countryCode": "FR"
},
"contractType": "CDI",
"salary": {
"text": "34 - 48 k€ brut annuel",
"min": 34000,
"max": 48000,
"currency": "EUR",
"payPeriod": "YEAR",
"negotiable": false
},
"publishedAt": "2026-07-16",
"search": {
"query": "developpeur",
"page": 0,
"selectedIndex": 0,
"totalResults": 4261
},
"scrapedAt": "2026-07-19T19:14:51.477Z",
"source": "apec",
"position": 1
}

Responsible use

Only collect publicly available job information. Respect APEC's applicable terms of service, robots directives, and data-protection requirements, and consider the rendering proxy's usage policy and limits. Do not use this Actor to scrape offers that require authentication, to bypass paywalls, or to harvest personal data of candidates or recruiters.


This Actor is part of the jobsapi organisation on Apify - a curated set of job-board scrapers that all share the same conventions (input schema, output schema, validation, and runtime). Each scraper lives under apify.com/jobsapi/<actor-name> and is published from a sibling folder in this workspace.

The full catalogue of jobs scrapers in this workspace:

Global / multi-country

Remote / flexible

United States

United Kingdom & Ireland

Europe

India

Asia-Pacific

MENA

Latin America

Africa

Other / specialised

Browse the full catalogue at apify.com/jobsapi.