# Real Estate Lead Extractor - Realtors & Managers

**Use case:** 

Scrape phones, emails & websites of real estate agents, realtors & property managers from Google Maps. CSV/Excel. For mortgage lenders & proptech B2B leads.

## Input

```json
{
  "searchTerms": [
    "real estate agent",
    "realtor",
    "property management company",
    "real estate broker",
    "real estate office",
    "property manager"
  ],
  "location": "Miami, FL",
  "maxResults": 200,
  "concurrency": 3,
  "minRating": 0,
  "minReviews": 0,
  "extractPhones": true,
  "extractWebsites": true,
  "extractEmails": true,
  "extractOpeningHours": false,
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Business Name",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews": {
    "label": "Reviews",
    "format": "integer"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "hours": {
    "label": "Opening Hours",
    "format": "string"
  },
  "priceLevel": {
    "label": "Price Level",
    "format": "string"
  },
  "searchTerm": {
    "label": "Search Term",
    "format": "string"
  },
  "url": {
    "label": "Google Maps URL",
    "format": "string"
  },
  "placeId": {
    "label": "Place ID",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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