# Real Estate Agent Leads (Google Screened)

**Use case:** 

Get Google Screened real estate agents in a US city with ratings, reviews, and phone numbers as JSON. A ready lead list for outreach.

## Input

```json
{
  "query": "plumber",
  "queries": [
    "real_estate_agent"
  ],
  "location": "Miami, FL",
  "language": "en"
}
```

## Output

```json
{
  "businessName": {
    "label": "Business Name",
    "format": "string"
  },
  "badge": {
    "label": "Badge",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews": {
    "label": "Reviews",
    "format": "integer"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "businessType": {
    "label": "Business Type",
    "format": "string"
  },
  "serviceArea": {
    "label": "Service Area",
    "format": "string"
  },
  "yearsInBusiness": {
    "label": "Years in Business",
    "format": "integer"
  },
  "profileLink": {
    "label": "Profile Link",
    "format": "string"
  },
  "query": {
    "label": "Service Query",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Local Services API | Local Services Ads & Lead Gen](https://apify.com/johnvc/google-local-services-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-local-services-api) to learn more, explore other use cases, and run it yourself.