# Monitor New US Public-Safety Agencies

**Use case:** 

Track newly added US police, corrections, EMS and 911 agencies with Agency, Category, Type, City, State, Phone and Website. Updated on every run.

## Input

```json
{
  "categories": [
    "lawEnforcement",
    "corrections",
    "ems",
    "eoc"
  ],
  "states": [
    "WY"
  ],
  "tribalOnly": false,
  "hasPhone": false,
  "hasWebsite": false,
  "hasEmail": false,
  "maxResults": 1000,
  "sortBy": "leadScore",
  "deduplicateResults": true,
  "monitorMode": true,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Agency"
  },
  "category": {
    "label": "Category"
  },
  "agencyType": {
    "label": "Type"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "county": {
    "label": "County"
  },
  "bestPhone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [US Law Enforcement, Corrections & Public Safety Leads Scraper](https://apify.com/scrapesage/us-law-enforcement-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/us-law-enforcement-leads) to learn more, explore other use cases, and run it yourself.