Tech Layoff Intelligence Tracker
Pricing
Pay per usage
Tech Layoff Intelligence Tracker
Scrapes layoffs.fyi to extract structured, filterable tech & startup layoff data. Filter by date range, industry, country, company, or minimum headcount. Outputs clean JSON with optional aggregate statistics.
{ "name": "tech-layoff-intelligence-tracker", "version": "1.0.0", "description": "Apify Actor — scrapes layoffs.fyi to provide structured, filterable tech & startup layoff intelligence.", "type": "module", "main": "src/main.js", "scripts": { "start": "node src/main.js" }, "dependencies": { "apify": "^3", "cheerio": "^1.0.0", "got-scraping": "^3" }, "engines": { "node": ">=18.0.0" }, "license": "Apache-2.0", "keywords": [ "apify", "actor", "layoffs", "tech-layoffs", "startup", "workforce", "scraper", "layoffs.fyi" ] }