# New York WARN Notices Scraper

**Use case:** 

Scrape official New York WARN notices with company, region, posted date, notice links, and stable monitoring keys.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://dol.ny.gov/warn-notices"
    }
  ],
  "years": [
    2025,
    2024,
    2023
  ],
  "maxItems": 100,
  "includeArchiveYears": true,
  "includeNoticeText": false
}
```

## Output

```json
{
  "companyName": {
    "label": "Company"
  },
  "region": {
    "label": "Region"
  },
  "datePosted": {
    "label": "Date posted"
  },
  "noticeDate": {
    "label": "Notice date"
  },
  "affectedEmployees": {
    "label": "Affected workers"
  },
  "layoffClosureType": {
    "label": "Layoff / closure"
  },
  "location": {
    "label": "Location"
  },
  "county": {
    "label": "County"
  },
  "industry": {
    "label": "Industry"
  },
  "noticeUrl": {
    "label": "Notice file"
  },
  "sourcePageUrl": {
    "label": "Source page"
  },
  "stableKey": {
    "label": "Stable key"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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