Track your Google Maps ranking for key searches across zip codes
When to use: You want to know where your business ranks for 'best pizza' in 20 zip codes around town, refreshed weekly.
Prerequisites
- Google Maps API key with Places (New) enabled — Google Cloud Console > Enable APIs
Flow
-
Use the composite local-rank-tracker toolRun local-rank-tracker for business 'Tony's Pizza' (place_id: [id]) on query 'pizza near me' across these 20 coordinates [list lat/lng].✓ Copied→ Per-location rank (or 'not in top 20')
-
Store historySave results to ./rank-history/YYYY-MM-DD.json. Diff against last week.✓ Copied→ Week-over-week delta
Outcome: Weekly local rank report without paying a SaaS SEO tool.
Pitfalls
- Google's Places API cost adds up — ~$17 per 1000 calls — Batch the locations; limit to key zip codes; cache for 7 days