# Oregon WARN Notices Filed in July 2023

**Use case:** 

Scrape WARN notices from Oregon for July 2023, capturing employer and headcount information.

## Input

```json
{
  "maxNotices": 30,
  "state": "OR",
  "dateFrom": "2023-07-01",
  "dateTo": "2023-07-31",
  "keyword": ""
}
```

## 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.