# Build Property-Management Leads From Rent.com

**Use case:** 

Get the property name, management company, leasing phone, website, emails and socials for rentals in any city — ready-to-contact leads. Export to CSV.

## Input

```json
{
  "locations": [
    "Phoenix, AZ"
  ],
  "propertyTypes": [
    "apartments"
  ],
  "maxResultsPerSearch": 120,
  "maxResults": 150,
  "petFriendlyOnly": false,
  "availableNowOnly": false,
  "includeListingDetails": true,
  "includeMarketData": false,
  "enrichContactEmails": true,
  "maxPhotosPerListing": 30,
  "deduplicateListings": true,
  "monitorMode": false,
  "monitorStoreName": "rentcom-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Property"
  },
  "propertyManagementCompany": {
    "label": "Mgmt company"
  },
  "phone": {
    "label": "Office phone"
  },
  "website": {
    "label": "Website"
  },
  "contactEmails": {
    "label": "Emails"
  },
  "contactPhones": {
    "label": "Website phones"
  },
  "socialLinks": {
    "label": "Socials"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zip": {
    "label": "ZIP"
  },
  "propertyType": {
    "label": "Type"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "url": {
    "label": "Rent.com URL"
  }
}
```

## About this Actor

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