Tech Layoffs Tracker — Real-Time Tech Layoff Data avatar

Tech Layoffs Tracker — Real-Time Tech Layoff Data

Pricing

Pay per usage

Go to Apify Store
Tech Layoffs Tracker — Real-Time Tech Layoff Data

Tech Layoffs Tracker — Real-Time Tech Layoff Data

Aggregates tech layoff news from major free RSS feeds (TechCrunch /tag/layoffs, The Verge, Reuters Tech, Ars Technica). Extracts company name + impacted headcount from titles when present. HR / recruiter / market sentiment signal. Telegram digests.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Tech Layoffs News Tracker

Aggregates tech layoff news from TechCrunch, The Verge, Reuters Tech, Ars Technica RSS feeds. Extracts company name + impacted headcount from titles automatically. HR / recruiter / market sentiment signal. No API key.


Why this exists

Tech layoff news drives real recruiting, hiring, and macroeconomic decisions. layoffs.fyi has become the de facto industry tracker — but their data is locked inside an Airtable embed.

This actor solves the same need from a different angle: it watches the public RSS feeds of the major tech publications and pulls every layoff-related article with regex-based filtering. You get more context (the actual article) plus the headline parsing extracts company + headcount when present.


What you get per row

FieldExampleNotes
sourceTechCrunchpublication
titleMeta is cutting several hundred jobs
urlhttps://techcrunch.com/.../
summaryMeta is laying off several hundred employees...first 500 chars
publishedTue, 25 Mar 2026 14:30:00 +0000RFC 822 from RSS
companyMetaextracted from title
headcount_estimate300extracted from text
headcount_pct_estimate5.0extracted "X%" if present

Use cases

  1. HR / recruiting — Identify which companies just had layoffs (= source of available talent)
  2. Sales / BD — Reach out before competitors (recruiting agencies, EOR platforms)
  3. Market sentiment — Cluster of mega-cap layoffs = sector weakness signal
  4. Equity research — Headcount cuts often precede or follow weak guidance
  5. Personal awareness — Daily digest if your industry is contracting

Quick start

{}

Only articles mentioning 1000+ headcount

{
"minHeadcount": 1000,
"limit": 50
}

Add your own RSS feeds

{
"rssFeeds": [
"Bloomberg Tech|https://www.bloomberg.com/feed/podcast/etf-report.xml",
"WSJ Tech|https://feeds.a.dj.com/rss/RSSWSJD.xml"
]
}

Daily digest to Telegram

{
"limit": 30,
"alertOnNew": true,
"telegramBotToken": "YOUR_BOT_TOKEN",
"telegramChatId": "YOUR_CHAT_ID"
}

Default RSS feeds

  • TechCrunch /tag/layoffs/feed
  • The Verge /rss/tech
  • Reuters Tech /feed/best-sectors/tech-media-telecom
  • Ars Technica /index

Add more via rssFeeds input.


Pricing

Pay-Per-Event: $0.001 per news item returned.

RunItemsCost
Default (100 items)100$0.10
Daily digest (30 items)30$0.03
Big-layoff filter (1000+ HC)5–15$0.005–0.015

Output schema notes

headcount_estimate and headcount_pct_estimate use lightweight regex parsing — they're best-effort, not 100% accurate. Always verify the source article (link in url) before making decisions.

The onlyLayoffNews filter uses a curated keyword pattern (layoff(s)|job cuts|restructur(e|ing)|workforce reduction|let go|RIF|lay off|fired|trim staff) to keep only relevant items.



Feedback

A short review helps recruiters / analysts find it: Leave a review on Apify Store