# Realtor Agents in Miami ZIP Codes

**Use case:** 

Extract contact details and sales histories of real estate agents in Miami. Access profiles and performance data tailored for local ZIP codes.

## Input

```json
{
  "zip_codes": [
    "33101",
    "33109",
    "33111",
    "33112",
    "33114",
    "33116",
    "33122",
    "33125",
    "33126",
    "33127",
    "33128",
    "33129",
    "33130",
    "33131",
    "33132",
    "33133",
    "33134",
    "33135",
    "33136",
    "33137",
    "33138",
    "33139",
    "33140",
    "33141",
    "33142",
    "33143",
    "33144",
    "33145",
    "33146",
    "33147",
    "33149",
    "33150",
    "33151",
    "33152",
    "33153",
    "33154",
    "33155",
    "33156",
    "33157",
    "33158",
    "33160",
    "33161",
    "33162",
    "33163",
    "33164",
    "33165",
    "33166",
    "33167",
    "33168",
    "33169",
    "33170",
    "33172",
    "33173",
    "33174",
    "33175",
    "33176",
    "33177",
    "33178",
    "33179",
    "33180",
    "33181",
    "33182",
    "33183",
    "33184",
    "33185",
    "33186",
    "33187",
    "33189",
    "33190",
    "33192",
    "33193",
    "33194",
    "33196",
    "33197",
    "33199"
  ]
}
```

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