# Build Property Management Leads List

**Use case:** 

Turn Apartments.com listings into leads: management company, property website, plus emails, phones and socials crawled from the property's own site.

## Input

```json
{
  "locations": [
    "Austin, TX"
  ],
  "propertyTypes": [
    "apartments"
  ],
  "maxResults": 100,
  "maxResultsPerSearch": 120,
  "includeListingDetails": true,
  "petFriendlyOnly": false,
  "enrichContactEmails": true,
  "maxPhotosPerListing": 25,
  "deduplicateListings": true,
  "monitorMode": false,
  "monitorStoreName": "apartments-monitor",
  "debugDump": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "propertyName": {
    "label": "Property"
  },
  "managementCompany": {
    "label": "Management Co."
  },
  "phone": {
    "label": "Phone"
  },
  "propertyWebsite": {
    "label": "Website"
  },
  "contactEmails": {
    "label": "Emails"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "ST"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Apartments.com Scraper - Rentals, Prices & Leads](https://apify.com/scrapesage/apartments-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/apartments-com-scraper) to learn more, explore other use cases, and run it yourself.