Warn Layoffs Scraper avatar
Warn Layoffs Scraper

Pricing

Pay per usage

Go to Apify Store
Warn Layoffs Scraper

Warn Layoffs Scraper

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Fortuitous Pirate

Fortuitous Pirate

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

WARN Act Layoff Database Scraper

Scrapes WARN (Worker Adjustment and Retraining Notification) Act layoff notices from state labor department databases.

Data Source

Currently scrapes from:

Output Fields

FieldTypeDescription
companyNamestringCompany name as reported
location.citystringCity where layoff occurs
location.countystringCounty name
location.statestringState code (CA)
location.addressstringFull address
employeesAffectedintegerNumber of employees affected
noticeDatestringDate WARN notice was filed (YYYY-MM-DD)
layoffDatestringExpected layoff date (YYYY-MM-DD)
industrystringIndustry sector
warnNoticeTypestringType (Closure Permanent, Layoff Permanent, etc.)
sourcestringData source name
sourceUrlstringSource URL

Input Parameters

ParameterTypeDefaultDescription
statestring""Filter by state (currently only "CA" supported)
companystring""Search by company name (case-insensitive partial match)
dateFromstring""Start date filter (YYYY-MM-DD)
dateTostring""End date filter (YYYY-MM-DD)
maxItemsinteger100Maximum records to return

Example Usage

Get latest 10 layoffs

{
"maxItems": 10
}

Search by company name

{
"company": "Amazon",
"maxItems": 50
}

Filter by date range

{
"dateFrom": "2025-09-01",
"dateTo": "2025-12-31",
"maxItems": 100
}

Future Enhancements

  • Add New York DOL data source
  • Add Texas Workforce Commission data
  • Add other state labor department sources
  • Historical data from previous fiscal years