Workflow page
WARN Layoff Alerts API
A buyer review page for recruiting, sales operations, workforce consulting, and labor-market analytics teams that want public WARN notice alerts filtered by employer, state, region, separation date, affected-worker count, and action type.
GET /v1/workforce/warn-alerts?states=CA,NY&min_affected=50&since=2026-07-01
{
"data": [
{
"employer": "Sample Robotics Inc",
"site": "Sample Robotics Fremont",
"state": "CA",
"noticeDate": "2026-07-01",
"layoffStartDate": "2026-09-02",
"affectedWorkers": 128,
"action": "layoff",
"crmReady": true,
"source": "California EDD WARN"
}
],
"meta": { "sampleOnly": true, "workflow": "warn-layoff-alerts-api" }
}
Likely Buyers
This page is a product preview for comparing likely buyers, source coverage, and first API shapes.
- Recruiting and staffing teams watching public layoff notices by region.
- Sales teams using restructuring events as account and territory signals.
- Labor-market analysts tracking employer and regional workforce changes.
Initial Data Scope
The first buyer-ready workflow should keep the source coverage narrow.
- One-state or two-state WARN notice feed with source links and cached CSV.
- Employer and state filters before multi-source enrichment or scoring.
- No employee-level records, legal advice, employment advice, or investment signals.