# OR WARN Layoff Notices Scraper

**Use case:** 

Track WARN Act layoff notices in OR for manufacturing: employer, employees affected, dates and location.

## Input

```json
{
  "maxNotices": 30,
  "state": "OR",
  "keyword": "manufacturing"
}
```

## Output

```json
{
  "companyName": {
    "label": "Employer"
  },
  "employeesAffected": {
    "label": "Workers Affected"
  },
  "noticeDate": {
    "label": "Notice Date"
  },
  "effectiveDate": {
    "label": "Layoff Date"
  },
  "layoffType": {
    "label": "Type"
  },
  "city": {
    "label": "City"
  },
  "county": {
    "label": "County"
  },
  "state": {
    "label": "State"
  },
  "region": {
    "label": "Workforce Area"
  },
  "warnNumber": {
    "label": "WARN #"
  }
}
```

## About this Actor

This example demonstrates how to use [Layoffs WARN Notice Tracker - Employer & Headcount Scraper](https://apify.com/scrapers_lat/layoffs-warn-tracker-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/layoffs-warn-tracker-scraper) to learn more, explore other use cases, and run it yourself.