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.

Initial Data Scope

The first buyer-ready workflow should keep the source coverage narrow.

Availability. This workflow is available for buyer review. Direct requests are routed under the Workforce Layoff Notice Monitor product catalog.