# Scrape Full Property Management Company Profiles

**Use case:** 

Pull full property management company profiles in Seattle, WA with company, emails, street, city, state, ZIP and property types. Export to Excel.

## Input

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

## Output

```json
{
  "name": {
    "label": "Company"
  },
  "emails": {
    "label": "Emails"
  },
  "street": {
    "label": "Street"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "ST"
  },
  "zip": {
    "label": "ZIP"
  },
  "categories": {
    "label": "Manages"
  },
  "propertyTypes": {
    "label": "Property types"
  },
  "tagline": {
    "label": "Tagline"
  },
  "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.