VOOZH about

URL: https://apify.com/blackfalcondata/hays-scraper

⇱ Hays Jobs Scraper | 9 Countries, Salary & Coordinates Β· Apify


Pricing

from $2.00 / 1,000 results

Go to Apify Store

Hays Jobs Scraper - 9 Countries

Scrape hays.com β€” global recruitment leader across 9 markets (DE, AT, CH, GB, FR, NL, BE, DK, AU). Salary data, geo coordinates, structured job descriptions, employment types, and specialist categories. Incremental mode detects new and changed listings.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Black Falcon Data

Black Falcon Data

Maintained by Community

Actor stats

1

Bookmarked

17

Total users

6

Monthly active users

4 days ago

Last modified

Share

What does Hays Jobs Scraper do?

Hays Jobs Scraper extracts structured job data from hays.com β€” including salary data, apply URLs, company metadata, full descriptions, and location data. It supports keyword search, location filters, and controllable result limits, so you can run the same query consistently over time. The actor also offers detail enrichment (full descriptions and company profiles) where the source provides them.

New to Apify? Sign up free and use the included $5 monthly platform credit to test this actor.

Key features

  • 🌎 9-market coverage β€” 9 Global markets supported β€” hays.com, hays.de, hays.at, and 7 more. One actor, one codebase, one input shape across the region. Pick a country per run, or schedule parallel runs per market for a unified hiring feed.
  • ♻️ Incremental mode β€” recurring runs emit only NEW / UPDATED / REAPPEARED records β€” UNCHANGED and EXPIRED are opt-in. First run builds the baseline; subsequent runs emit and charge only for the diff. Pair with notifications for daily "new jobs" alerts to your hiring team. Saves 80–95% on daily monitoring.
  • πŸ”” Notifications β€” Telegram, Slack, Discord, WhatsApp Cloud API, generic webhook β€” out of the box. Pair with incremental + notifyOnlyChanges for daily "new Hays jobs" pings to your hiring channel.
  • πŸ”— Paste-mode β€” paste any hays.com URL straight from your browser β€” single-job pages, search-results URLs, or category SEO URLs. Build the search you want in the UI, copy the URL, paste it here.
  • 🎯 Batch searches β€” batch ["python developer", "data engineer", "ML engineer"] in one run β€” one dedup state across all searches, single dataset, one Actor-Start charge instead of N.
  • πŸ“§ Email + phone extraction β€” every record carries extractedEmails[] and extractedPhones[] regex-pulled from the description β€” direct-outreach lists with no extra processing step.
  • πŸ”— URL + social-profile extraction β€” every record carries extractedUrls[] and structured socialProfiles { linkedin, twitter, github, … } parsed from the description β€” useful when employers drop their careers page or recruiter LinkedIn in-line.
  • πŸ“¦ Compact mode β€” AI-agent and MCP-friendly compact payloads with core fields only β€” pipe straight into your ATS, salary-benchmarking tool, or LLM context without parsing extras.
  • βœ‚οΈ Description truncation β€” cap description length with descriptionMaxLength to control LLM prompt cost and dataset size β€” set 0 for full descriptions, or any char-limit to trim.
  • πŸ“€ Export anywhere β€” Download the dataset as JSON, CSV, or Excel from the Apify Console, or stream live via the Apify API and integrations (Make, Zapier, Google Sheets, n8n, …).
  • πŸ”Œ MCP connectors β€” export your results into Notion via Apify's MCP connectors β€” a clean run-summary page, no glue code. Opt-in via the App connector field; deterministic field-mapping, no AI. Built on Apify's connector framework, so more destinations open up as their catalog grows.

What data can you extract from hays.com?

Each result includes Core listing fields (jobId, jobKey, referenceNumber, title, location, salaryText, salaryMin, and salaryMax, and more), detail fields when enrichment is enabled (description, descriptionHtml, descriptionLength, jobBenefits, and detailFetched), apply information (applyUrl), and company metadata (company and companyUrl). In standard mode, all fields are always present β€” unavailable data points are returned as null, never omitted. In compact mode, only core fields are returned.

Enable detail enrichment in the input to get richer fields such as full descriptions and company profiles where the source provides them.

Input

The main inputs are a search keyword, an optional location filter, and a result limit. Additional filters and options are available in the input schema.

Key parameters:

  • query β€” Job search keywords. Use JSON array for multi-query.
  • country β€” Hays country portal to search. (default: "DE")
  • location β€” City, state, or region. Use JSON array for multi-location.
  • startUrls β€” Direct search or job detail URLs.
  • maxResults β€” Hard cap on total job listings emitted to your dataset (0 = unlimited). This is the primary cost control β€” Apify charges per emitted record, so use this to bound your run cost regardless of how many listings the source has. If both maxResults and maxPages are set, the LOWER cap wins. Memory scales automatically: ≀25 β†’ 256 MB, ≀200 β†’ 512 MB, 201+ β†’ 1024 MB. (default: 25)
  • maxPages β€” Defensive cap on the number of SERP pages crawled per search source. Used to protect against runaway pagination. In normal operation, maxResults controls the run size β€” set maxPages only when you suspect the source returns more pages than expected. If both are set, the LOWER cap wins. (default: 5)
  • includeDetails β€” Fetch each job's detail page for full description, salary data, and company info. (default: true)
  • includeCompanyProfile β€” Fetch company overview pages for industry, headcount, and more. (default: false)
  • descriptionMaxLength β€” Truncate description to this many characters. 0 = no truncation. (default: 0)
  • compact β€” Output only core fields (for AI-agent/MCP workflows). (default: false)
  • incrementalMode β€” Compare against previous run state. Requires stateKey. (default: false)
  • stateKey β€” Optional stable identifier for the tracked search universe. Leave empty to auto-derive a stable identifier from your search inputs β€” different keyword/location/filter combinations get isolated state automatically.
  • ...and 19 more parameters

Input examples

Basic search β€” Keyword-driven search with a result cap.

β†’ Full payload per result β€” all standard fields populated where the source provides them.

{
"query":"software engineer",
"maxResults":50
}

Incremental tracking β€” Only emit jobs that changed since the previous run with this stateKey.

β†’ First run builds the baseline state. Subsequent runs emit only records that are new or whose tracked content changed. Set emitUnchanged: true to include unchanged records as well.

{
"query":"software engineer",
"maxResults":200,
"incrementalMode":true,
"stateKey":"software-engineer-tracker"
}

Compact output for AI agents β€” Return only core fields for AI-agent and MCP workflows.

β†’ Small payload with the most important fields β€” ideal for piping into LLMs without token overhead.

{
"query":"software engineer",
"maxResults":50,
"compact":true
}

Output

Each run produces a dataset of structured job records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

Example job record

{
"jobId":"b334a27d92f9f5437abaeff813833ebb359b4b392808935990b43238b3061e4c",
"jobKey":"866726/1",
"referenceNumber":"866726/1",
"title":"SAP RE-FX Berater (m/w/d)",
"company":"Hays",
"companyUrl":"https://www.hays.de",
"location":"Oberhausen",
"description":"Über das Unternehmen Für ein Wohnungsunternehmen suche ich derzeit einen SAP RE FX Inhouse Consultant (m/w/d), der die Weiterentwicklung der bestehenden SAP-Systemlandschaft übernimmt und schrittweise...",
"descriptionHtml":"<div class=\"row\">\n <div class=\"col-12\">\n <div class=\"h-job-detail__listing hays__job__detail__listing\">\n <div class=\"h-job-detail__...",
"descriptionLength":4014,
"salaryText":null,
"salaryMin":null,
"salaryMax":null,
"salaryCurrency":null,
"salaryType":null,
"employmentType":"FULL_TIME, PERMANENT",
"contractType":"Festanstellung durch unseren Kunden",
"industry":"Dienstleistungen",
"jobBenefits":"39 Stunden/Woche (Teilzeit mΓΆglich)33 Tage UrlaubTarifvertragFlexible Arbeitszeiten & hoher Remote-AnteilMassageangebote in der ArbeitszeitFokus auf PersonalentwicklungStandort: Oberhausen",
"responsibilities":"SAP-Modulbetreuung und Weiterentwicklung von SAP RE-FX inkl. Schnittstellenpflege, Customizing und technische DokumentationImplementierung neuer LΓΆsungen im SAP-Umfeld Konzeption und Administration vo...",
"experienceRequirements":"Fundierte Erfahrung als SAP RE-FX Berater (inkls. Customizing)Schnittstellenwissen in einem oder mehreren Modulen (SAP FI, CO, MM, PM und/oder PS)WΓΌnschenswert: Fachlicher Background im Immobilienwese...",
"addressRegion":"",
"addressCountry":"",
"postalCode":"47053",
"latitude":51.404242,
"longitude":6.704862,
"postedDate":"2026-04-02T14:39:56+02:00",
"validThrough":"2028-04-02T14:39:56+02:00",
"canonicalUrl":"https://www.hays.de/jobsuche/stellenangebote-jobs-detail-sap-re-fx-berater-oberhausen-866726/1",
"applyUrl":"https://www.hays.de/jobsuche/stellenangebote-jobs-detail?p_p_id=de_hays_liferay_search_jobdetails_JobDetailsPortlet&p_p_lifecycle=1&p_p_state=normal&p_p_mode=view&_de_hays_liferay_search_jobdetails_Jo...",
"sourceUrl":"https://www.hays.de/jobsuche/stellenangebote-jobs-detail-sap-re-fx-berater-oberhausen-866726/1",
"sourceCountry":"DE",
"sourceDomain":"www.hays.de",
"searchQuery":"SAP",
"searchUrl":"https://www.hays.de/jobsuche/stellenangebote-jobs/p/1/?q=SAP&ij=false",
"isSponsored":false,
"fetchedAt":"2026-04-04T08:29:12.071Z",
"detailFetched":true,
"contentQuality":"full",
"extractedEmails":[],
"changeType":null,
"trackedHash":null,
"firstSeenAt":null,
"lastSeenAt":null,
"previousSeenAt":null,
"expiredAt":null,
"stateKey":null
}

Incremental fields

When incremental mode is on, each record also carries:

  • changeType β€” one of NEW, UPDATED, UNCHANGED, REAPPEARED, EXPIRED. Default output covers NEW / UPDATED / REAPPEARED; set emitUnchanged: true or emitExpired: true to opt into the others.
  • firstSeenAt, lastSeenAt β€” ISO-8601 timestamps tracking the listing across runs.
  • isRepost, repostOfId, repostDetectedAt β€” populated when a new listing matches the tracked content of a previously expired one. Set skipReposts: true to drop detected reposts from the output.

How to scrape hays.com

  1. Go to Hays Jobs Scraper in Apify Console.
  2. Enter a search keyword and optional location filter.
  3. Set maxResults to control how many results you need.
  4. Enable includeDetails if you need full descriptions, company data.
  5. Click Start and wait for the run to finish.
  6. Export the dataset as JSON, CSV, or Excel.

Use cases

  • Extract job data from hays.com for market research and competitive analysis.
  • Track salary trends across regions and categories over time.
  • Monitor new and changed listings on scheduled runs without processing the full dataset every time.
  • Auto-apply or feed apply URLs into your ATS / hiring pipeline.
  • Research company hiring patterns, employer profiles, and industry distribution.
  • Use structured location data for regional analysis, mapping, and geo-targeting.
  • Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
  • Export clean, structured data to dashboards, spreadsheets, or data warehouses.

How much does it cost to scrape hays.com?

Hays Jobs Scraper uses pay-per-event pricing. You pay a small fee when the run starts and then for each result that is actually produced.

  • Run start: $0.01 per run
  • Per result: $0.002 per job record

Example costs:

  • 10 results: $0.03
  • 25 results: $0.06
  • 100 results: $0.21
  • 200 results: $0.41
  • 500 results: $1.01

Example: recurring monitoring savings

These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of listings that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency β€” the scenarios below are examples, not predictions.

Example setup: 100 results per run, daily polling (30 runs/month). Event-pricing examples scale linearly with result count.

Churn rateFull re-scrape run costIncremental run costSavings vs full re-scrapeMonthly cost after baseline
5% β€” stable niche query$0.21$0.02$0.19 (90%)$0.60
15% β€” moderate broad query$0.21$0.04$0.17 (81%)$1.20
30% β€” high-volume aggregator$0.21$0.07$0.14 (67%)$2.10

Full re-scrape monthly cost at daily polling: $6.30. First month with incremental costs $0.79 / $1.37 / $2.24 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.

FAQ

How many results can I get from hays.com?

The number of results depends on the search query and available listings on hays.com. Use the maxResults parameter to control how many results are returned per run.

Does Hays Jobs Scraper support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed listings on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.

Can I integrate Hays Jobs Scraper with other apps?

Yes. Hays Jobs Scraper works with Apify's integrations to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

Can I use Hays Jobs Scraper with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the Apify API. Client libraries are available for JavaScript, Python, and other languages.

Can I use Hays Jobs Scraper through an MCP Server?

Yes. Apify provides an MCP Server that lets AI assistants and agents call this actor directly. Use compact mode, descriptionMaxLength, a single descriptionFormat, and excludeEmptyFields to keep payloads manageable for LLM context windows.

Is it legal to scrape hays.com?

This actor extracts publicly available data from hays.com. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

Your feedback

If you have questions, need a feature, or found a bug, please open an issue on the actor's page in Apify Console. Your feedback helps us improve.

You might also like

Getting started with Apify

New to Apify? Create a free account with $5 credit β€” no credit card required.

  1. Sign up β€” $5 platform credit included
  2. Open this actor and configure your input
  3. Click Start β€” export results as JSON, CSV, or Excel

Need more later? See Apify pricing.

You might also like

ZipRecruiter Job Scraper πŸ’° $0.99/1K β€” 7 Country Markets

blackfalcondata/ziprecruiter-job-scraper

Scrape ZipRecruiter (ziprecruiter.com) across 7 countries (US, GB, IE, IN, DE, FR, NZ). Salary and benefits data for US, geo-coordinates and job descriptions for all markets. Incremental mode detects new and changed listings, plus lean output for AI agents and MCP workflows.

πŸ‘ User avatar

Black Falcon Data

20

Talent.com Jobs Scraper - Structured Listings

blackfalcondata/talent-com-jobs-scraper

Extract structured job listings from talent.com across 11 markets (US, CA, UK, DE, FR, NL, BE, CH, AT, NO) with O*NET classification, geo, salary, publisher provenance, and incremental change detection.

πŸ‘ User avatar

Black Falcon Data

11

StepStone DK Scraper - Denmark Jobs

blackfalcondata/stepstone-dk-scraper

Scrape stepstone.dk - Denmark’s management and specialist job portal. Salary data, employer profiles, and employment type filters. Incremental mode detects new and changed listings. Compact output for AI agents and MCP workflows.

πŸ‘ User avatar

Black Falcon Data

4

AutoScout24 [Only $0.9πŸ’°] DEΒ·ATΒ·ITΒ·ESΒ·FRΒ·BEΒ·NLΒ·LUΒ· .com

memo23/autoscout24-scraper

πŸ’°$0.9 per 1,000 cars. This powerful scraper captures everything from technical specs and pricing to full descriptions and dealer info.

πŸ‘ User avatar

Muhamed Didovic

90

5.0

Karriere.at Scraper β€” Austrian Job Listings with Salary & Phone

blackfalcondata/karriere-at-scraper

Scrape karriere.at β€” Austria's #1 job portal with 20,000+ listings. Structured EUR salary (min/max/period), recruiter contact info with phone, remote work filters, employment types, and full job descriptions. Incremental mode detects new and changed listings.

πŸ‘ User avatar

Black Falcon Data

25

5.0

Cadremploi Scraper β€” French Executive & Management Jobs

blackfalcondata/cadremploi-scraper

Scrape cadremploi.fr β€” France's leading job board for executives and managers (cadres). Salary ranges, apply links, contact details, employment types, and full job descriptions. Incremental mode detects new and changed listings.

πŸ‘ User avatar

Black Falcon Data

23

Werkzoeken.nl Scraper - Dutch Job Listings

blackfalcondata/werkzoeken-scraper

Scrape Werkzoeken.nl - Dutch job listings with salary ranges, benefits, contract types, employment type, and education filters. Incremental mode tracks new, changed, and reposted jobs via stateKey for recurring recruiter monitors.

πŸ‘ User avatar

Black Falcon Data

6

Monster Job Scraper | US Salary & Remote

blackfalcondata/monster-scraper

Scrape monster.com - one of the largest U.S. job boards with 1M+ listings. Structured salary data, remote work detection, and job change monitoring. Incremental mode detects new and changed listings.

πŸ‘ User avatar

Black Falcon Data

74

5.0

Jobrapido Scraper – Job Listings from 58 Countries

blackfalcondata/jobrapido-scraper

Scrape job listings from Jobrapido.com across 58 countries. Get full job descriptions, salary details, and the original source board URL for each listing. Incremental mode detects new and changed listings. Compact output for AI agents and MCP workflows.

πŸ‘ User avatar

Black Falcon Data

4

Jobnet.dk Scraper πŸ’° $2/1K β€” Denmark Public Job Portal

blackfalcondata/jobnet-scraper

Scrape jobnet.dk - Denmark’s official public job portal with 21,000+ listings. Contact data, regional filters, and incremental monitoring. Incremental mode detects new and changed listings. Compact output for AI agents and MCP workflows.

πŸ‘ User avatar

Black Falcon Data

8