# Get Realtor.com Agent Leads With Email & Phone

**Use case:** 

Build a deduped, lead-scored agent database from Realtor.com: name, email, phone, website, office and brokerage for any city. Export to CSV.

## Input

```json
{
  "outputType": "agentLeads",
  "searchType": "for_sale",
  "location": [
    "Phoenix, AZ"
  ],
  "sortBy": "relevant",
  "includePropertyDetails": false,
  "includeAgentLeads": false,
  "maxPhotos": 25,
  "maxResults": 300,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Agent",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "officeName": {
    "label": "Office",
    "format": "text"
  },
  "brokerName": {
    "label": "Brokerage",
    "format": "text"
  },
  "sourceCity": {
    "label": "City",
    "format": "text"
  },
  "sourceState": {
    "label": "State",
    "format": "text"
  },
  "listingsInRun": {
    "label": "# Listings",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "sampleListingUrl": {
    "label": "Sample listing",
    "format": "link"
  }
}
```

## About this Actor

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