# Aggregate WARN layoff notices in Oregon & Texas

**Use case:** 

Collect state WARN Act layoff filings from Oregon and Texas — employer, location, affected employees and notice dates in one dataset.

## Input

```json
{
  "states": [
    "OR",
    "TX"
  ],
  "mode": "snapshot",
  "priorItems": [],
  "maxResults": 100000
}
```

## Output

```json
{
  "state": {
    "label": "State",
    "format": "string"
  },
  "company": {
    "label": "Company / job site",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "notice_date": {
    "label": "Notice date",
    "format": "string"
  },
  "effective_date": {
    "label": "Effective date",
    "format": "string"
  },
  "employees_affected": {
    "label": "Employees affected",
    "format": "number"
  },
  "layoff_type": {
    "label": "Layoff type",
    "format": "string"
  },
  "region": {
    "label": "Region / workforce area",
    "format": "string"
  },
  "notice_id": {
    "label": "Notice ID",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [US WARN Layoff Notice Aggregator & Delta Monitor (OR/TX API)](https://apify.com/malonestar/warn-layoff-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/warn-layoff-aggregator) to learn more, explore other use cases, and run it yourself.