# New WARN Act layoff notices by state

**Use case:** 

Follow new mass layoff and plant closing notices across US states. Company, location and affected worker counts in one feed.

## Input

```json
{
  "states": [
    "CA",
    "NJ",
    "MD"
  ],
  "keywords": [],
  "sinceDays": 90,
  "maxNotices": 1000,
  "monitorMode": false
}
```

## Output

```json
{
  "stateCode": {
    "label": "State code",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "affectedEmployees": {
    "label": "Employees affected",
    "format": "integer"
  },
  "noticeDate": {
    "label": "Notice date",
    "format": "string"
  },
  "effectiveDate": {
    "label": "Effective / layoff date",
    "format": "string"
  },
  "layoffType": {
    "label": "Type",
    "format": "string"
  },
  "isNew": {
    "label": "New since last run",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [US WARN Layoff Monitor 🇺🇸 (plant closings & mass layoffs)](https://apify.com/tagadanar/us-warn-layoffs) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/us-warn-layoffs) to learn more, explore other use cases, and run it yourself.