# Find Real Estate Agent Emails & Contacts in USA

**Use case:** 

Generate a comprehensive lead list of real estate agents across major US cities to power your outreach campaigns. This task helps prop-tech companies and servic

## Input

```json
{
  "searchQueries": [
    "real estate agents in New York City",
    "real estate agents in Los Angeles",
    "real estate agents in Chicago",
    "real estate agents in Houston",
    "real estate agents in Phoenix",
    "real estate agents in Philadelphia",
    "real estate agents in San Antonio",
    "real estate agents in San Diego",
    "real estate agents in Dallas",
    "real estate agents in San Jose"
  ],
  "maxPlacesPerSearch": 50,
  "extractEmailsFromWebsite": true,
  "maxEmailsPerWebsite": 5,
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Business",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "emails": {
    "label": "Emails",
    "format": "text"
  },
  "totalScore": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Email Extractor](https://apify.com/crawlerbros/google-maps-email-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/google-maps-email-extractor) to learn more, explore other use cases, and run it yourself.