# Find Realtor Agents Denver

**Use case:** 

Extract detailed profiles and contact information for real estate agents in specified Denver zip codes. Access sales history and service areas.

## Input

```json
{
  "zip_codes": [
    "80201",
    "80202",
    "80203",
    "80204",
    "80205",
    "80206",
    "80207",
    "80209",
    "80210",
    "80211",
    "80212",
    "80214",
    "80216",
    "80218",
    "80219",
    "80220",
    "80221",
    "80222",
    "80223",
    "80224",
    "80226",
    "80227",
    "80228",
    "80229",
    "80230",
    "80231",
    "80232",
    "80233",
    "80234",
    "80235",
    "80236",
    "80237",
    "80238",
    "80239",
    "80246",
    "80247",
    "80249"
  ]
}
```

## Output

```json
{
  "agentPhoto": {
    "label": "Photo",
    "format": "string"
  },
  "fullName": {
    "label": "Full Name",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "mobilePhones": {
    "label": "Mobile Phone",
    "format": "string"
  },
  "officeName": {
    "label": "Office Name",
    "format": "string"
  },
  "soldCount": {
    "label": "Sold Count",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "webUrl": {
    "label": "Profile",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Real Estate Agent Email Scraper: Leads by ZIP Code](https://apify.com/scraped/realtor-agents-by-zip-code-preprocessed-data) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scraped/realtor-agents-by-zip-code-preprocessed-data) to learn more, explore other use cases, and run it yourself.