Go to Apify StoreActor stats
1
Monthly active users
a day ago
Last modified
Changelog — APEC Jobs Scraper
- Third dataset view:
salaryInsights — salary range, currency, and contract breakdowns
- Enhanced README with real sample job output and field descriptions
- Improved pagination handling using offset-based APEC job search API
- Dataset schema updated to 3 views:
overview, details, salaryInsights
- Deduplication of job results by URL via
handleSearchPage
- Salary parsing splits salary strings into
salaryMin, salaryMax, currency
[1.0.0] - Initial Release
- Scrapes job listings from APEC (apec.fr) — France's executive job board
- Extracts:
title, company, location, contractType, salary, sector, skills, jobUrl
- Supports search by keyword and location with pagination
- Brave actor structure:
src/routes/handlers.js, src/routes.js, src/errors/, src/filters/