---
title: "Track a dentist's Google Maps ranking across a city"
slug: "dentist-google-maps-ranking-grid"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/dentist-google-maps-ranking-grid"
actor: "Google Maps Geo-Grid Local Rank Tracker"
actor_url: "https://automationbyexperts.com/apify/geo-grid-local-rank-tracker"
apify_url: "https://apify.com/fayoussef/geo-grid-local-rank-tracker/examples/dentist-google-maps-ranking-grid?fpr=youssef&fp_sid=abe_ex_dentist-google-maps-ranking-grid"
price: "$0.004"
price_unit: "per result"
---

# Track a dentist's Google Maps ranking across a city

Checks where a dental practice ranks in the Google Maps local pack from 49 points spread across a 7 by 7 grid, 3 miles from centre to edge, for the searches patients actually type. The result is a heat map of visibility by neighbourhood, not a single misleading rank from the office address.

**Run it:** [Track a dentist's Google Maps ranking across a city on Apify](https://apify.com/fayoussef/geo-grid-local-rank-tracker/examples/dentist-google-maps-ranking-grid?fpr=youssef&fp_sid=abe_ex_dentist-google-maps-ranking-grid)  
**Actor:** [Google Maps Geo-Grid Local Rank Tracker](https://automationbyexperts.com/apify/geo-grid-local-rank-tracker)  
**Pricing:** $0.004 per result

## The input this task runs with

```json
{
  "businessName": "Aspen Dental",
  "keywords": [
    "dentist",
    "emergency dentist"
  ],
  "location": "Phoenix, AZ",
  "gridSize": 7,
  "radius": 3,
  "distanceUnit": "miles"
}
```

## What every run returns

- `Search keyword`
- `Grid point (lat/lng)`
- `Per-point rank`
- `Average rank`
- `Coverage %`
- `Share of Local Voice`
- `Top competitors`
- `HTML heatmap URL`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other Google Maps Geo-Grid Local Rank Tracker tasks

- [Weekly local SEO rank report for a plumbing company](https://automationbyexperts.com/apify/examples/plumber-local-seo-rank-report): A 7 by 7 grid across a 5 mile radius of Denver for plumber and emergency plumber, the two searches that drive service calls. Schedule it weekly and the competitors view tells you who is taking the top spots in each area, which is the report local SEO agencies charge for monthly.
- [Measure a restaurant's local pack visibility by neighbourhood](https://automationbyexperts.com/apify/examples/restaurant-local-pack-visibility): Runs burger restaurant and burgers near me from 25 points across a 5 by 5 grid around downtown Chicago and records the rank at each one. Restaurants live or die on the 3 pack within walking distance, and this shows exactly which blocks you win and which a competitor owns.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
