# Find Realtor Agents Phoenix

**Use case:** 

Extract agent contact details and profiles for Houston area ZIP codes. Ideal for targeted market research and lead generation.

## Input

```json
{
  "zip_codes": [
    "85001",
    "85003",
    "85004",
    "85006",
    "85007",
    "85008",
    "85009",
    "85012",
    "85013",
    "85014",
    "85015",
    "85016",
    "85017",
    "85018",
    "85019",
    "85020",
    "85021",
    "85022",
    "85023",
    "85024",
    "85027",
    "85028",
    "85029",
    "85031",
    "85032",
    "85033",
    "85034",
    "85035",
    "85037",
    "85040",
    "85041",
    "85042",
    "85043",
    "85044",
    "85045",
    "85048",
    "85050",
    "85051",
    "85053",
    "85054",
    "85083",
    "85085",
    "85086"
  ]
}
```

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