---
title: "Measure a restaurant's local pack visibility by neighbourhood"
slug: "restaurant-local-pack-visibility"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/restaurant-local-pack-visibility"
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/restaurant-local-pack-visibility?fpr=youssef&fp_sid=abe_ex_restaurant-local-pack-visibility"
price: "$0.004"
price_unit: "per result"
---

# Measure a restaurant's local pack visibility by neighbourhood

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.

**Run it:** [Measure a restaurant's local pack visibility by neighbourhood on Apify](https://apify.com/fayoussef/geo-grid-local-rank-tracker/examples/restaurant-local-pack-visibility?fpr=youssef&fp_sid=abe_ex_restaurant-local-pack-visibility)  
**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": "Shake Shack",
  "keywords": [
    "burger restaurant",
    "burgers near me"
  ],
  "location": "Chicago, IL",
  "gridSize": 5,
  "radius": 2
}
```

## 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.
- [Track a dentist's Google Maps ranking across a city](https://automationbyexperts.com/apify/examples/dentist-google-maps-ranking-grid): 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.

---

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