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.

Signals To Watch

These events decide whether this workflow deserves implementation.

Smallest Build

If this page crosses a gate, the first implementation should stay this narrow.

Validation stage. This workflow is not a live paid backend yet. Requests and clicks are tracked under the Workforce Layoff Notice Monitor validation funnel.