# Scrape HOA & Association Managers in Phoenix

**Use case:** 

Scrape HOA and association property managers in Phoenix, AZ with company, email, # emails, city, state and lead score. Ready-to-use contact list.

## Input

```json
{
  "locations": [
    "Phoenix, AZ"
  ],
  "scrapeNationwide": false,
  "maxResults": 100,
  "categoriesFilter": [
    "Association / HOA"
  ],
  "withEmailOnly": false,
  "minEmails": 0,
  "deduplicateCompanies": true,
  "monitorMode": false,
  "monitorStoreName": "apm-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company"
  },
  "primaryEmail": {
    "label": "Email"
  },
  "emailCount": {
    "label": "# Emails"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "ST"
  },
  "categories": {
    "label": "Manages"
  },
  "officeCount": {
    "label": "# Offices"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Profile"
  }
}
```

## About this Actor

This example demonstrates how to use [Property Management Leads Scraper - Companies & Emails](https://apify.com/scrapesage/property-management-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/property-management-leads-scraper) to learn more, explore other use cases, and run it yourself.