# Real Estate Agent Leads with Email & Phone

**Use case:** 

Extract real estate agent leads from FastExpert with verified email and cell phone, plus brokerage, license and production stats, scored and ready.

## Input

```json
{
  "locations": [
    "Phoenix, AZ"
  ],
  "maxAgentsPerCity": 75,
  "maxAgents": 200,
  "maxCitiesPerState": 10,
  "minRating": 0,
  "minReviews": 0,
  "minTransactions": 0,
  "specialization": "any",
  "withEmailOnly": true,
  "withPhoneOnly": true,
  "includeAgentDetails": true,
  "includeReviews": false,
  "maxReviewsPerAgent": 25,
  "enrichContactEmails": true,
  "deduplicateAgents": true,
  "monitorMode": false,
  "monitorStoreName": "fastexpert-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "fullName": {
    "label": "Agent"
  },
  "brokerage": {
    "label": "Brokerage"
  },
  "email": {
    "label": "Email"
  },
  "phone": {
    "label": "Phone"
  },
  "cellPhone": {
    "label": "Cell"
  },
  "website": {
    "label": "Website"
  },
  "socialLinks": {
    "label": "Socials"
  },
  "contactEmails": {
    "label": "Website emails"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "recentTransactions": {
    "label": "Recent tx"
  },
  "averageSalePrice": {
    "label": "Avg sale"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

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