# Scrape Google Results for Real Estate Leads

**Use case:** 

Scrape Google Results for Real Estate Leads to find broker pages, directories, and local business URLs at scale.

## Input

```json
{
  "maxItems": 50,
  "query": "real estate agents Miami",
  "country": "us",
  "language": "en",
  "domain": "google.com",
  "timeRange": ""
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Search Scraper ($0.15 per 1000 results)](https://apify.com/igolaizola/google-search-scraper-ppe) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/google-search-scraper-ppe) to learn more, explore other use cases, and run it yourself.