πŸ‡«πŸ‡· APEC France Executive Jobs Scraper avatar

πŸ‡«πŸ‡· APEC France Executive Jobs Scraper

Pricing

from $0.0015 / listing scraped

Go to Apify Store
πŸ‡«πŸ‡· APEC France Executive Jobs Scraper

πŸ‡«πŸ‡· 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

hiper soft

Maintained by Community

Actor 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 maxItems to balance coverage and cost.

Input

{
"queries": ["developpeur", "chef de projet"],
"maxItems": 100
}
FieldDescription
queriesOne or more keywords to search on APEC. Each runs its own search and results are combined.
maxItemsMaximum offers to collect across all searches (0 = no limit).
maxConcurrencyHow many requests to run in parallel. Leave at the default unless you have a reason to change it.
proxyConfigurationProxy settings. Not required by default.

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

FieldTypeDescription
offerIdstringAPEC's public offer number (also used to build the offer URL).
idintegerAPEC's numeric identifier for the offer.
numeroOffrestringThe offer reference number.
titlestringJob title.
companystringHiring company name (null for confidential offers).
confidentialbooleanWhether the company is hidden on the offer.
locationstringJob location (town and department).
latitudenumberLatitude of the job location, where provided.
longitudenumberLongitude of the job location, where provided.
contractTypestringReadable contract type (e.g. CDI, CDD, Alternance / Apprentissage).
contractTypeCodeintegerAPEC's numeric contract-type code.
contractDurationMonthsnumberContract duration in months, where applicable.
salarystringAdvertised salary range as published, where available.
descriptionstringOffer summary text.
sectorintegerAPEC's numeric sector-of-activity code.
logoUrlstring (URL)Company logo URL, where available.
publishedDatestringPublication date (ISO 8601).
validatedDatestringValidation date (ISO 8601).
urlstring (URL)Direct link to the offer on APEC.
sourceQuerystringThe keyword this offer was collected from.
collectedAtstringWhen the row was collected (ISO 8601).

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.