# Find Realtor Agents Dallas

**Use case:** 

Extract contact information, sales history, and profiles of real estate agents in Dallas. Access data directly from Realtor.com for targeted areas.

## Input

```json
{
  "zip_codes": [
    "75201",
    "75202",
    "75203",
    "75204",
    "75205",
    "75206",
    "75207",
    "75208",
    "75209",
    "75210",
    "75211",
    "75212",
    "75214",
    "75215",
    "75216",
    "75217",
    "75218",
    "75219",
    "75220",
    "75221",
    "75222",
    "75223",
    "75224",
    "75225",
    "75226",
    "75227",
    "75228",
    "75229",
    "75230",
    "75231",
    "75232",
    "75233",
    "75234",
    "75235",
    "75236",
    "75237",
    "75238",
    "75239",
    "75240",
    "75241",
    "75242",
    "75243",
    "75244",
    "75246",
    "75247",
    "75248",
    "75249",
    "75251",
    "75252",
    "75253",
    "75254"
  ]
}
```

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