Layoff Tracker
Pricing
from $4.00 / 1,000 layoff founds
Layoff Tracker
Track recent tech layoffs by company name or sector (e.g. "fintech", "AI") straight from Google News — a demand and recruiting signal. No login, no scraping, no proxies. Returns matched headlines, mention count and a one-line summary per query.
Pricing
from $4.00 / 1,000 layoff founds
Rating
0.0
(0)
Developer
Tim Zinin
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Layoff Tracker — Recent Layoffs by Company or Sector
Know who's cutting jobs before your competitor's SDR does. Give this Actor a list of company names or sectors and it returns the recent layoff-news coverage on each — headline, link, publish date and source — straight from Google News, no login and no scraping of paywalled trackers.
What you get
- A layoff signal, not a guess. Sourced headlines — title, link, publish date, outlet — not just a bare mention count.
- A buying and recruiting signal in one feed. A company that just cut jobs either needs new tools/vendors or has talent freshly on the market; sales and recruiting teams read the same rows for different reasons.
- Search by company name (
"Google") or a whole sector ("fintech","AI") — several queries in the same run. - A rolled-up
mentionCountand a one-line human-readablesummaryper query. - Lookback window you control, 1–365 days.
- Runs on Apify: schedule it, monitor it, call it from the API or the MCP server, export to JSON, CSV or Excel, or push results straight into your own pipeline.
How to run it
- Click Try for free — no card needed on the free plan.
- Paste company names or sectors into Companies or sectors, one per line — e.g.
Google,fintech. - Hit Start and pull the mentions from the dataset (UI, API or webhook).
Pricing
Pay-per-event: $0.005 per run start + $0.004 per result. No monthly seat. 100 results cost about $0.41; 1,000 results about $4.01.
A query with no layoff mentions in the window still returns a row saying so — and is not charged. You only pay for a query that actually surfaces news.
Input
| Field | Required | What it does |
|---|---|---|
queries | yes | Company names or sectors, one per row. Up to 25 per run. |
sinceDays | no | Lookback window in days (1–365, default 90). |
maxConcurrency | no | How many queries to check in parallel (1–10, default 4). |
{"queries": ["tech", "fintech"]}
Output
One row per query. This is a real row from a real run, trimmed only where the list of matched headlines repeats:
{"sourceQuery": "fintech","found": true,"layoffMentions": [{"title": "Amazon Lays Off Staff in Artificial General Intelligence Division","link": "https://news.google.com/rss/articles/CBMiYEFVX3lxTE10Tm1LcF8zNjJSQXdCU3h0OFNPT2hRdFNaeXZ6N3ZNcVFRR1lRR0g0aE92aG9JMUhNUm40Z2V4cTZzSThJMjFhVE1zN3RpT3ZycmNHd3pTSHhLSVVSNGRnaQ?oc=5","pubDate": "2026-07-23T06:23:33.000Z","source": "Fintech Singapore"},{"title": "StashAway Reportedly Cuts 14% of Workforce, Sources Claim","link": "https://news.google.com/rss/articles/CBMimAFBVV95cUxOTWQ2cjRBVDVQSlhyX3gxT3dwWDc2cjFMSUllTmxucGJReW92MW8tX09uTjRZbHRTeThxZHlnLWZ6THBWSFdCN2tfUFFhRE9naHl0TDFVRGJ4anFBZmwwVVFNU3JPajhwUnB2UG5DLWpmcVZ0YWxXUHp0Vy1ZOTZVZFpaTEh4Rm5rN08yNi1FbWVXNHM5R0pqNQ?oc=5","pubDate": "2026-07-07T07:00:00.000Z","source": "Fintech Singapore"},"… 50 more mentions, newest-first"],"mentionCount": 52,"summary": "fintech: 52 layoff mentions in the last 90d. Latest: \"Amazon Lays Off Staff in Artificial General Intelligence Division\" (Fintech Singapore, 2026-07-23).","checkedAt": "2026-07-26T13:19:33.382Z"}
| Field | What it means |
|---|---|
sourceQuery | The company/sector you passed |
found | Whether any layoff-news mention turned up in the window |
layoffMentions | Matched headlines with title, link, pubDate, source |
mentionCount | Count of layoffMentions |
summary | Human-readable one-liner |
Need the rest of the picture?
These run on the same account, take the same shape of input and bill the same way, so they slot into an existing pipeline without new plumbing.
| Actor | What it does |
|---|---|
| Company Hiring Radar | Pull every open role a company is hiring for from its public job board (Greenhouse, Lever, Ashby) and turn… |
| Insider Trading Tracker | Track insider stock trades — SEC Form 3/4/5 filings — for any list of tickers |
| SEC Filing Watcher | Watch stock tickers for new SEC filings — 10-K, 10-Q, 8-K, S-1 and more |
| AI Crawler Access Checker | Check which AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended & more) can access your website |
| B2B Lead Enricher | Turn a list of company websites into sales-qualified lead cards: detected tech stack, a rough revenue… |
FAQ / Limitations
Does it need an API key or login? No — Google News RSS is public and keyless.
How fresh is the data? As fresh as Google News' index — typically minutes to hours behind publication.
Why not layoffs.fyi directly? Its public site has no stable JSON API; the numbers live inside an embedded Airtable web app with no documented feed. News coverage is a more durable, sourced signal to build on.
Can I call it from an AI agent? Yes — it's a standard Apify Actor, callable via the Apify API or the Apify MCP server.
What this is NOT. It does not confirm exact headcount numbers or verify an unconfirmed rumor — it surfaces news coverage that mentions layoffs for your query. Always check the linked article for the real figure and source.
Found a wrong result, or need a check we don't run? Open an issue on this Actor's page.