# Current California WARN notices scraper

**Use case:** 

Extract current California EDD WARN notices with company, county, layoff dates, affected workers, industry, and source links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://edd.ca.gov/en/jobs_and_training/Layoff_Services_WARN"
    }
  ],
  "reportUrls": [],
  "maxItems": 100,
  "includeArchives": true
}
```

## Output

```json
{
  "companyName": {
    "label": "Company"
  },
  "county": {
    "label": "County"
  },
  "noticeDate": {
    "label": "Notice date"
  },
  "effectiveDate": {
    "label": "Effective date"
  },
  "layoffClosureType": {
    "label": "Layoff / closure"
  },
  "affectedEmployees": {
    "label": "Affected employees"
  },
  "relatedIndustry": {
    "label": "Industry"
  },
  "address": {
    "label": "Address"
  },
  "sourceUrl": {
    "label": "Source file"
  },
  "stableKey": {
    "label": "Stable key"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [California WARN Notices Scraper](https://apify.com/automation-lab/california-warn-notices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/california-warn-notices-scraper) to learn more, explore other use cases, and run it yourself.