# Scrape Real Estate Agents in Los Angeles — Leads

**Use case:** 

Extract Los Angeles real estate agents from Google Maps: name, address, phone, website, rating, and emails. Lead-ready data. No API key needed.

## Input

```json
{
  "outputMode": "raw",
  "queries": [
    "coffee shops in Austin TX"
  ],
  "keywords": [
    "real estate agent"
  ],
  "location": "Los Angeles, CA",
  "maxResults": 15,
  "max_results": 50,
  "enrich_contacts": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "searchQueries": [],
  "urls": [],
  "startUrls": [],
  "searches": [],
  "query": "",
  "supabaseTable": "nexgendata_leads",
  "deliveryDedup": true
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "emails": {
    "label": "Emails",
    "format": "text"
  },
  "googleMapsUrl": {
    "label": "Maps URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Scraper — Business Leads & Emails (No API Key)](https://apify.com/nexgendata/google-maps-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/google-maps-extractor) to learn more, explore other use cases, and run it yourself.