# Google Maps Geo-Grid Rank Tracker — Share of Local Voice

**Use case:** 

Track where a business ranks across a Google Maps grid: rank at every point, top competitors, and a Share of Local Voice score.

## Input

```json
{
  "searchTerms": [
    "dentist"
  ],
  "location": "Austin, TX",
  "mode": "geo_grid",
  "rankBy": "opportunity",
  "outputProfile": "signals",
  "focalBusiness": "ATX Family Dental",
  "grid": {
    "size": 5,
    "spacingMeters": 800,
    "rankDepth": 20
  },
  "area": {},
  "filters": {},
  "alerts": {},
  "enableMarketMemory": true,
  "limits": {},
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "lat": {
    "label": "Latitude",
    "format": "number"
  },
  "lng": {
    "label": "Longitude",
    "format": "number"
  },
  "focalRank": {
    "label": "Focal rank",
    "format": "number"
  },
  "visibilityBand": {
    "label": "Visibility band",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Scraper — Rank Tracking & Market Intelligence](https://apify.com/ryanclinton/google-maps-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/google-maps-scraper) to learn more, explore other use cases, and run it yourself.