# Find Realtor Agents Atlanta

**Use case:** 

Get detailed contact information and sales histories for real estate agents serving Atlanta zip codes. Ideal for market research and lead generation.

## Input

```json
{
  "zip_codes": [
    "30303",
    "30305",
    "30306",
    "30307",
    "30308",
    "30309",
    "30310",
    "30311",
    "30312",
    "30313",
    "30314",
    "30315",
    "30316",
    "30317",
    "30318",
    "30319",
    "30324",
    "30326",
    "30327",
    "30328",
    "30329",
    "30331",
    "30332",
    "30334",
    "30336",
    "30337",
    "30338",
    "30339",
    "30340",
    "30341",
    "30342",
    "30343",
    "30344",
    "30345",
    "30346",
    "30347",
    "30348",
    "30349",
    "30350",
    "30354",
    "30357",
    "30360",
    "30361",
    "30363"
  ]
}
```

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