Google Maps Local Rank Monitor
Pricing
Pay per event
Google Maps Local Rank Monitor
Track Google Maps local rankings for a target business across keywords, cities, and grid points. Export competitor rows for SEO reports.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Stas Persiianenko
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Track where a target business ranks in Google Maps for local keywords, locations, and optional grid points.
What It Does
Google Maps Local Rank Monitor checks bounded Google Maps result sets and returns the target position alongside competing local businesses. It is built for monitoring and reporting, not broad lead extraction.
Use Cases
- Local SEO rank tracking
- Google Business Profile reporting
- Competitor visibility monitoring
- Franchise and multi-location checks
- Weekly or daily scheduled rank snapshots
- Local pack audit exports
Input
Provide a target business and the local searches to check.
Target Business
Use targetName for normal matching. Add targetPlaceId when you know the Google Maps CID or place ID and want stricter matching.
Keywords
The keywords field accepts a list such as:
- pizza
- emergency plumber
- dentist
- coffee shop
- personal injury lawyer
Locations
The locations field accepts city, neighborhood, region, or address text. Each keyword is combined with each location.
Grid Points
Use gridPoints when you want rank checks from exact map coordinates. Each point accepts:
labellatlngzoom
Result Limit
maxResults is capped at 20 per search. This keeps the actor focused on local rank monitoring and avoids exhaustive pagination.
Competitor Rows
When includeCompetitors is enabled, the dataset contains every ranked competitor row plus target rank metadata.
Summary Mode
When includeCompetitors is disabled, the actor outputs only the matched target row for each search. If the target is not found, it outputs a summary row with targetMatched=false.
Output Fields
The dataset includes:
- checked time
- keyword
- location
- grid point
- search query
- target name
- target matched flag
- target position
- competitor rank
- target row flag
- business name
- category
- rating
- address
- neighborhood
- website
- phone
- CID
- place ID
- map URL
- latitude
- longitude
- competitor count
Example Input
{"targetName": "Serious Pie Downtown","keywords": ["pizza"],"locations": ["Seattle, WA"],"maxResults": 20,"includeCompetitors": true}
Example Grid Input
{"targetName": "Serious Pie Downtown","keywords": ["pizza"],"locations": ["Seattle, WA"],"gridPoints": [{ "label": "Downtown", "lat": 47.6062, "lng": -122.3321, "zoom": 14 }],"maxResults": 20}
Output Example
{"keyword": "pizza","location": "Seattle, WA","targetMatched": true,"targetPosition": 2,"rank": 2,"isTarget": true,"businessName": "Serious Pie Downtown","category": "Pizza restaurant, Italian restaurant, Pizza Takeout","rating": 4.5,"address": "2001 4th Ave, Seattle, WA 98121","mapUrl": "https://www.google.com/maps?cid=..."}
Scheduling
Run the actor on an Apify schedule to build a rank history over time.
Monitoring Workflow
- Choose one target business.
- Add the keywords that matter commercially.
- Add city or neighborhood locations.
- Optional: add exact grid points.
- Export the dataset to compare rank changes.
Matching Behavior
Name matching is case-insensitive and ignores punctuation. CID or place ID matching is preferred when provided.
Google Maps Data
The actor extracts from the Google Maps web response. Available fields may vary by query, location, and Google response format.
Limits
This actor does not crawl every Google Maps page. It checks the top visible Maps results for the requested search combinations.
Pricing
The actor charges a small start event and a result event for output rows. Final tiered pricing is calculated after cloud validation.
Reliability Notes
Google Maps is dynamic and may change its internal response format. The actor keeps extraction bounded and validates output fields to reduce noisy results.
Best Practices
Use specific commercial keywords and realistic locations. For grid reports, keep the first run small and expand after verifying the target match.
Troubleshooting
If the target is not found, try adding the exact Google Maps CID or place ID, checking a narrower location, or increasing maxResults up to 20.
Data Export
The dataset can be exported as JSON, CSV, Excel, XML, RSS, or HTML through Apify.
Recommended Columns
For reporting dashboards, start with these columns:
- keyword
- location
- gridLabel
- targetPosition
- rank
- isTarget
- businessName
- rating
- category
- address
- mapUrl
API Usage
Run the actor through the Apify API with the same JSON input used in the console.
Privacy
The actor works with public Google Maps search results. Do not submit private credentials or personal account data.
Changelog
Initial development version for APIA-1471.