# Get real estate agent leads with emails from Google Maps

**Use case:** 

Scrape real estate agent contact info at scale from Google Maps. Extract verified emails, phone numbers, brokerage websites, and social profiles. Ideal for CRM

## Input

```json
{
  "searchQueries": [
    "real estate agents in Austin",
    "realtors in Dallas",
    "real estate brokers in Phoenix"
  ],
  "startUrls": [],
  "maxResults": 100,
  "maxCrawledPages": 50,
  "extractEmails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business Name",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "emailsString": {
    "label": "Emails",
    "format": "string"
  },
  "facebookUrl": {
    "label": "Facebook",
    "format": "string"
  },
  "instagramUrl": {
    "label": "Instagram",
    "format": "string"
  },
  "twitterUrl": {
    "label": "Twitter",
    "format": "string"
  },
  "linkedinUrl": {
    "label": "LinkedIn",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [📩 Google Maps Scraper: Emails + Socials in 1 Run](https://apify.com/electrifying_haircut/google-map-scrapper-neo) with a specific input configuration. Visit the [Actor detail page](https://apify.com/electrifying_haircut/google-map-scrapper-neo) to learn more, explore other use cases, and run it yourself.