# Local Rank Tracker - Local Grid Rank Tracking for Google Maps > Fast and reliable geolocation rank tracker API - get Google My Business ranking across the local area, broken up into a grid. ## Overview Local Rank Tracker is a fast and reliable geolocation rank tracker API. It returns Google My Business rankings across a local area broken into a grid, as structured JSON via REST. Who is this API for: developers building local SEO platforms, rank-tracking dashboards, and agencies monitoring map-pack visibility. What it returns: business location search, keyword ranking at a coordinate point, grid coordinate calculation, and full grid rank searches. Need help integrating? Contact support@openwebninja.com. For high volume / large scale plans, please contact support@openwebninja.com. ## Endpoints ### GET /places - Search Business Locations Returns a list of found Google My Business locations based on search query, including Service Area Businesses (SAB). Parameters: **query**, near Full URL: `https://api.openwebninja.com/local-rank-tracker/places` ### GET /search - Keyword Search at Coordinate Point Get search results at the specified coordinate point without any rank comparison data. Parameters: **query**, **lat**, **lng**, zoom Full URL: `https://api.openwebninja.com/local-rank-tracker/search` ### GET /calculate-grid-coordinates - Calculate Grid Coordinate Points Get all grid coordinate points based on a center geocoordinate point and distance arguments. Parameters: **lat**, **lng**, **grid_size**, **radius**, radius_units Full URL: `https://api.openwebninja.com/local-rank-tracker/calculate-grid-coordinates` ### GET /ranking-at-coordinate - Ranking at Coordinate Point Get search results at the specified coordinate point and additional ranking data for the business with `place_id`. Parameters: **place_id**, **query**, **lat**, **lng**, zoom Full URL: `https://api.openwebninja.com/local-rank-tracker/ranking-at-coordinate` ### GET /grid - Full Grid Search Make a full grid search and get the ranking of a specific business in every coordinate point in the grid. Parameters: **place_id**, **query**, **lat**, **lng**, **grid_size**, **radius**, shape, radius_units (+1 more) Full URL: `https://api.openwebninja.com/local-rank-tracker/grid` ## Base URL and Authentication - Base URL: `https://api.openwebninja.com/local-rank-tracker` - Auth: API key in the `x-api-key` header. Get a key by subscribing (free tier available) at https://app.openwebninja.com/api/local-rank-tracker ## Topics local rank tracker api, local seo api, google my business api, map pack tracking api, rank tracking api, geo grid api, local ranking api, gmb api, seo tools api ## Links - API page: https://www.openwebninja.com/api/local-rank-tracker - Get an API key / subscribe: https://app.openwebninja.com/api/local-rank-tracker - Pricing & plans: https://app.openwebninja.com/api/local-rank-tracker/pricing - Website: https://www.openwebninja.com - OpenAPI spec: https://openwebninja.s3.us-east-1.amazonaws.com/portal/openapi/local_rank_tracker.yaml - Support: support@openwebninja.com _Last updated: 2026-05-27_