# Find Realtor Agents Las Vegas

**Use case:** 

Retrieve detailed contact information and sales history of real estate agents in Las Vegas ZIP codes. Perfect for market research.

## Input

```json
{
  "zip_codes": [
    "89101",
    "89102",
    "89103",
    "89104",
    "89106",
    "89107",
    "89108",
    "89109",
    "89110",
    "89113",
    "89117",
    "89118",
    "89119",
    "89120",
    "89121",
    "89122",
    "89123",
    "89128",
    "89129",
    "89130",
    "89131",
    "89134",
    "89135",
    "89138",
    "89139",
    "89143",
    "89144",
    "89145",
    "89146",
    "89147",
    "89148",
    "89149",
    "89156",
    "89166",
    "89178",
    "89179",
    "89183"
  ]
}
```

## 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.