# WARN Act layoff & plant closure notices — CA & TX

**Use case:** 

Get official WARN Act mass layoff and plant closure notices from California and Texas, with company, location, headcount, dates, and NAICS code.

## Input

```json
{
  "states": [
    "CA",
    "TX"
  ],
  "maxItems": 200,
  "includeRawRow": false
}
```

## Output

```json
{
  "state": {
    "label": "State",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "noticeDate": {
    "label": "Notice Date",
    "format": "date"
  },
  "effectiveDate": {
    "label": "Effective Date",
    "format": "date"
  },
  "employeesAffected": {
    "label": "Employees Affected",
    "format": "number"
  },
  "layoffType": {
    "label": "Type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "naicsCode": {
    "label": "NAICS Code",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [WARN Act Layoff & Plant-Closure Signal Feed](https://apify.com/deadwood_data_solutions/warn-layoff-signal-feed) with a specific input configuration. Visit the [Actor detail page](https://apify.com/deadwood_data_solutions/warn-layoff-signal-feed) to learn more, explore other use cases, and run it yourself.