π«π· APEC France Executive Jobs Scraper
Pricing
from $0.0015 / listing scraped
π«π· APEC France Executive Jobs Scraper
Scrape executive and manager job listings from APEC, France's leading job board for cadres. Search any keyword and export one clean row per offer: job title, company, location, contract type, salary, publication date and the offer URL as JSON, CSV or Excel.
Pricing
from $0.0015 / listing scraped
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
π«π· APEC France Executive Jobs Scraper β Cadres Job Listings
Scrape executive and manager job listings from APEC (Association pour l'emploi des cadres), France's leading job board for cadres, into clean, structured JSON, CSV or Excel. Search any keyword and pull every matching offer β one tidy row per job: job title, company, location, contract type, salary, publication date and the offer URL. Built for recruitment analytics, salary benchmarking, market research and hiring automations.
Features
- πΌ Executive & manager roles β the full breadth of APEC's cadre-level offers, from engineering and IT to finance, sales, HR and marketing.
- π Keyword search β run one or many keywords at once (e.g.
developpeur,chef de projet,ingenieur commercial); each returns its own matching offers. - π’ Company & location β the hiring company name and the job's town/department for every offer.
- π Contract type β CDI, CDD, alternance/apprentissage or mission, ready to filter and group.
- π° Salary text β the advertised salary range exactly as published, where available.
- π Publication date β a clean ISO timestamp so you can track new offers over time.
- π Direct offer URL β a ready-to-open link to each job on APEC.
- π Volume control β set
maxItemsto balance coverage and cost.
Input
{"queries": ["developpeur", "chef de projet"],"maxItems": 100}
| Field | Description |
|---|---|
queries | One or more keywords to search on APEC. Each runs its own search and results are combined. |
maxItems | Maximum offers to collect across all searches (0 = no limit). |
maxConcurrency | How many requests to run in parallel. Leave at the default unless you have a reason to change it. |
proxyConfiguration | Proxy settings. Not required by default. |
How to search
Enter one or more queries and run to collect matching offers. Set maxItems to control how much you collect. Leave a keyword blank or use a broad term to pull the widest set of executive offers.
Use cases
- Benchmark salaries for cadre roles across France by job title and region.
- Build and refresh a recruitment dataset for market and hiring analysis.
- Monitor new executive offers for specific keywords and skills.
- Track which companies are hiring and for which contract types.
- Feed structured job records into an ATS, spreadsheet or analytics pipeline.
What you get
Each offer is one dataset record:
{"offerId": "179261918W","id": 179261918,"numeroOffre": "179261918W","title": "Concepteur développeur (Développeur informatique) F/H","company": "CD Consulting","confidential": false,"location": "Wasquehal - 59","latitude": 50.6751234,"longitude": 3.1279233,"contractType": "CDI","contractTypeCode": 101888,"contractDurationMonths": null,"salary": "45 - 50 k⬠brut annuel","description": "Notre client, Dickson Constant, est leader mondial des textiles techniques...","sector": 101118,"logoUrl": "https://www.apec.fr/media_entreprise/718992/logo_CD_CONSULTING.png","publishedDate": "2026-09-02T16:51:05.000Z","validatedDate": "2026-09-02T16:51:05.000Z","url": "https://www.apec.fr/candidat/recherche-emploi.html/detail-offre/apec_179261918W","sourceQuery": "developpeur","collectedAt": "2026-09-05T18:40:00.000Z"}
Output schema
| Field | Type | Description |
|---|---|---|
offerId | string | APEC's public offer number (also used to build the offer URL). |
id | integer | APEC's numeric identifier for the offer. |
numeroOffre | string | The offer reference number. |
title | string | Job title. |
company | string | Hiring company name (null for confidential offers). |
confidential | boolean | Whether the company is hidden on the offer. |
location | string | Job location (town and department). |
latitude | number | Latitude of the job location, where provided. |
longitude | number | Longitude of the job location, where provided. |
contractType | string | Readable contract type (e.g. CDI, CDD, Alternance / Apprentissage). |
contractTypeCode | integer | APEC's numeric contract-type code. |
contractDurationMonths | number | Contract duration in months, where applicable. |
salary | string | Advertised salary range as published, where available. |
description | string | Offer summary text. |
sector | integer | APEC's numeric sector-of-activity code. |
logoUrl | string (URL) | Company logo URL, where available. |
publishedDate | string | Publication date (ISO 8601). |
validatedDate | string | Validation date (ISO 8601). |
url | string (URL) | Direct link to the offer on APEC. |
sourceQuery | string | The keyword this offer was collected from. |
collectedAt | string | When the row was collected (ISO 8601). |
Related Actors
FAQ
Do I need an APEC account? No. Just enter a keyword and run.
What kind of jobs does APEC list? APEC specialises in cadre (executive, manager and senior professional) roles across France β engineering, IT, finance, sales, HR, marketing and more.
How is salary reported?
As the salary text exactly as published on the offer (e.g. 45 - 50 k⬠brut annuel), where the employer provides it.
How many offers can I collect?
As many as your search returns. Use maxItems to control volume and cost.
What export formats are supported? JSON, CSV, Excel and XML, plus the Apify API for programmatic access.
Can I use this with n8n? Yes. Use the Apify node for n8n to run this Actor and pull its dataset straight into an n8n workflow β trigger it on a schedule, then route the job rows to a database, spreadsheet or messaging step.
Can I connect it to other tools? This Actor connects with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.
Notes
Returns only public APEC offer data β the same information any visitor can see. This is an independent tool and is not affiliated with, endorsed by or connected to APEC; "APEC" is a trademark of its respective owner. Original clean-room implementation.