HelloWork Scraper - France Jobs, Salaries & Companies
Pricing
from $1.65 / 1,000 jobs
HelloWork Scraper - France Jobs, Salaries & Companies
Scrape job listings from HelloWork (hellowork.com), one of France's largest job boards. Search by keyword and location: get job title, company, location, contract type, salary when disclosed, posting age and URL. No login, no key. Export JSON, CSV, Excel.
Pricing
from $1.65 / 1,000 jobs
Rating
0.0
(0)
Developer
Scrape Sage
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
17 days ago
Last modified
Categories
Share
Disclaimer: This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by HelloWork or any of its subsidiaries. All trademarks mentioned are the property of their respective owners. "HelloWork" is referenced only to describe the publicly available website this Actor collects data from.
Scrape job listings from HelloWork (hellowork.com), one of France's largest job boards. Search by keyword and location and get structured results: job title, company, location, contract type, salary (when disclosed), posting age and URL.
No login, no API key.
What it does
- Searches HelloWork by keyword (
développeur,comptable,commercial, ...) and optional location. - Returns clean job records with company, location, contract type (CDI, CDD, Alternance, ...), salary where the employer discloses it, and the direct job URL.
- Paginates automatically up to your Max results.
Example output
{"type": "job","jobId": "81400027","title": "Développeur Applicatif - Analyste Développeur H/F","company": "Havana IT & Apps","location": "Paris - 75","contractType": "CDI","salary": "40 000 - 55 000 € / an","postedText": "il y a 10 jours","url": "https://www.hellowork.com/fr-fr/emplois/81400027.html"}
Input
| Field | Description |
|---|---|
| Search keywords | One or more job keywords (one search each). |
| Location | City or region (e.g. Paris, Lyon). Empty = all of France. |
| Max results | Cap across all searches. |
| Proxy | Default Apify proxy works; French residential IPs widen coverage. |
Use cases
- Recruitment & sourcing - track live openings by role and city across France.
- Market & salary research - see who's hiring, contract mix, and disclosed pay bands.
- Lead generation - build lists of companies actively hiring in a sector.
Notes
salary appears only when the employer discloses it in the listing (roughly half of postings) - it is null otherwise. Results come from HelloWork's server-rendered search pages.
Run it from an agent (MCP / API)
Agent-ready: typed input schema, structured JSON output. An agent can call this Actor to answer "what jobs are open for X in Y?" in one step. Pass searchQueries (+ optional location) and read the job records back.
Agent-ready: autonomous payments (x402 & Skyfire)
This actor is agent-ready — AI agents can discover it, run it, and pay for it autonomously, with no Apify account and no human in the loop. It uses pay-per-event pricing and limited permissions, so it qualifies for Apify's agentic-payment standards:
- x402 — an open, HTTP-native payment protocol. Agents pay per run in USDC on the Base network directly through the Apify MCP server — no account, no API key.
- Skyfire — agent-to-service payments for fully autonomous AI-agent workflows.
Building an AI agent, MCP tool, or autonomous data pipeline? This scraper is ready to plug in and pay as it goes.
How much does it cost to scrape HelloWork?
This Actor uses Apify's pay-per-event pricing: you are charged only for the results it delivers, with no monthly rental and no start fee. The events it can charge are:
- Job - One HelloWork job listing (title, company, location, contract, salary when disclosed, URL)
The current price of each event is shown on the Pricing tab of this page. Set a maximum total charge on the run if you want a hard cap on spend, and use the input limits to control how much the Actor fetches.
Automate & schedule
Run this Actor on autopilot and pull results into your own stack:
- Apify API - start runs, fetch datasets and manage schedules over REST.
- apify-client for JavaScript and apify-client for Python - official SDKs.
- Schedules - run it hourly, daily or weekly and keep your dataset current.
- Webhooks - trigger downstream actions (CRM import, Slack alert, email sequence) the moment a run finishes.
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' });const run = await client.actor('scrapesage/hellowork-scraper').call({// your input - see the Input section above});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(`Got ${items.length} records`);
Integrate with any app
Connect the dataset to thousands of apps - no code required:
- Make - multi-step automation scenarios.
- Zapier - push new records straight into your CRM or spreadsheet.
- Slack - get notified when a scheduled run finds something new.
- Google Drive / Sheets - auto-export every run to a spreadsheet.
- Airbyte - pipe results into your data warehouse.
- GitHub - trigger runs from commits or releases.
More scrapers from scrapesage
Related Actors in the same category:
- MyCareersFuture Scraper - Singapore Jobs, Salaries & Leads
- Foundit Scraper - Jobs, Salaries, Skills & Recruiter Leads
- Glassdoor Scraper - Company Reviews, Ratings & Interviews
- Multi-ATS Job Scraper - Greenhouse, Lever, Ashby, Workday
- Y Combinator Scraper - Companies, Founders & Jobs
FAQ
Login or key? No. All of France? Yes - leave the location empty. Legal? It reads publicly listed job postings; use the data in line with HelloWork's terms and applicable law.
Disclaimer
This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by HelloWork or any of its subsidiaries. All trademarks mentioned are the property of their respective owners.
"HelloWork" and any related marks are the property of their respective owners and are used here only in a descriptive, nominative sense - to identify the publicly accessible website from which this Actor collects data. This Actor is not an official HelloWork product, is not authorised or certified by HelloWork, and does not distribute HelloWork software. It collects only publicly available information; you are responsible for ensuring your use of that data complies with applicable laws, regulations and the terms of the source website.
Need help?
Open an issue on the Actor's Issues tab, or visit the Apify help center. Feature requests are welcome - this Actor is actively maintained.