An n8n workflow that uses the verified Apify node. NexGenData has no verified n8n node — you run public-data Apify actors inside n8n through Apify’s verified node, on a schedule, with your own Apify token.
The problem: you find out an account is hiring after the deal is gone
A target company opening a “VP of Revenue Operations” or “Head of Data” role is building the team that buys your category right now. But postings are scattered. A scheduled n8n workflow watches Workday and LinkedIn for your target accounts and pushes new, qualifying postings into Slack, a sheet, or your CRM.
Who this is for
Sales, ABM, recruiting, and market-intel teams who want timing signals on target accounts.
The n8n workflow
- Schedule Trigger — daily or weekly.
- Apify node → Run Actor — Workday Jobs Scraper (no login) and LinkedIn Jobs Scraper.
- Get Dataset Items — job title, location, posted date.
- Filter / Remove Duplicates — keep target roles, drop postings already seen; optionally enrich with Company Enrichment.
- Send to destination — Slack alert, Google Sheets account table, or HTTP Request into your CRM.
Sample input (target accounts)
| company | target_roles |
|---|---|
| Acme Robotics | RevOps, Sales Engineer |
| Globex | Data Engineer, Head of Data |
Sample output (new hiring signals)
| company | source | job_title | posted | priority |
|---|---|---|---|---|
| Acme Robotics | Workday | VP of Revenue Operations | 2026-06-05 | P1 |
| Globex | Workday | Head of Data Platform | 2026-06-04 | P1 |
Illustrative sample.
Run it on a schedule
Scheduled runs turn hiring intelligence into an always-on trigger: an account surfaces in Slack the day it posts a qualifying role, so reps reach out while the budget is forming.
Try it
Run the Workday Jobs Scraper →
LinkedIn Jobs Scraper →
Browse more: All actors by workflow
More n8n workflows
FAQ
Do the job scrapers need a login? No — the Workday and LinkedIn Jobs scrapers read public postings without a login.
How do I alert on only new postings? Use the Remove Duplicates node keyed on a job ID/URL.
Is this a verified NexGenData n8n node? No — it’s an n8n workflow using Apify’s verified n8n node with your own Apify token.
- Company Job Board (ATS) Scraper — feed your n8n monitor with direct ATS boards — just a company name auto-detects the platform.