Warn Layoffs Scraper
Pricing
Pay per usage
Go to Apify Store

Warn Layoffs Scraper
Pricing
Pay per usage
Rating
0.0
(0)
Developer

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:
- California EDD - Direct Excel download from official state database
- URL: https://edd.ca.gov/siteassets/files/jobs_and_training/warn/warn_report1.xlsx
- Updated every Tuesday and Thursday
- Contains ~888 records for current fiscal year (July 2025 - present)
Output Fields
| Field | Type | Description |
|---|---|---|
| companyName | string | Company name as reported |
| location.city | string | City where layoff occurs |
| location.county | string | County name |
| location.state | string | State code (CA) |
| location.address | string | Full address |
| employeesAffected | integer | Number of employees affected |
| noticeDate | string | Date WARN notice was filed (YYYY-MM-DD) |
| layoffDate | string | Expected layoff date (YYYY-MM-DD) |
| industry | string | Industry sector |
| warnNoticeType | string | Type (Closure Permanent, Layoff Permanent, etc.) |
| source | string | Data source name |
| sourceUrl | string | Source URL |
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| state | string | "" | Filter by state (currently only "CA" supported) |
| company | string | "" | Search by company name (case-insensitive partial match) |
| dateFrom | string | "" | Start date filter (YYYY-MM-DD) |
| dateTo | string | "" | End date filter (YYYY-MM-DD) |
| maxItems | integer | 100 | Maximum 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