Workflow validation
WARN Layoff Alerts API
A buyer-intent 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 only a demand test. Build starts after tracked workflow intent beats the broader market pages.
- 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.
Signals To Watch
These events decide whether this workflow deserves implementation.
- Request clicks from WARN layoff API and layoff alerts keywords.
- WARN layoff notice CSV sample downloads.
- Demo clicks from users comparing employer, location, and affected-worker fields.
Smallest Build
If this page crosses a gate, the first implementation should stay this 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.