# Scrape Large US Police Departments

**Use case:** 

List large US police departments with 100+ sworn officers: Agency, Category, Type, Sworn officers, Security level, State and Lead score.

## Input

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

## Output

```json
{
  "name": {
    "label": "Agency"
  },
  "category": {
    "label": "Category"
  },
  "agencyType": {
    "label": "Type"
  },
  "totalSwornOfficers": {
    "label": "Sworn officers"
  },
  "inmateCapacity": {
    "label": "Inmate capacity"
  },
  "totalPersonnel": {
    "label": "EMS personnel"
  },
  "securityLevel": {
    "label": "Security level"
  },
  "naicsDescription": {
    "label": "NAICS"
  },
  "state": {
    "label": "State"
  },
  "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.