# Scrape Maricopa County, AZ Police Agencies

**Use case:** 

Find every police and law-enforcement agency in Maricopa County, AZ with Agency, Type, City, State, County, Phone and Lead score. No login required.

## Input

```json
{
  "categories": [
    "lawEnforcement"
  ],
  "states": [
    "AZ"
  ],
  "counties": [
    "Maricopa"
  ],
  "tribalOnly": false,
  "hasPhone": false,
  "hasWebsite": false,
  "hasEmail": false,
  "maxResults": 1000,
  "sortBy": "leadScore",
  "deduplicateResults": true,
  "monitorMode": false,
  "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.