Google Rank Tracking
google_rank_trackingGet Google organic search results for SEO rank tracking. Returns up to 100 results per request with position, title, URL, and snippet. Ideal for monitoring keyword rankings and SERP analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query to track rankings for. Required. | |
| gl | No | Country code (e.g., 'us', 'gb'). Default: us. | |
| num | No | Number of results (1-100). Default: 100. | |
| page | No | Page number (1-10). Default: 1. | |
| safe | No | SafeSearch filtering level. Default: blur. | |
| latitude | No | Latitude of the search location, in decimal degrees (-90 to 90). Use with `longitude`. Cannot be combined with `location`. | |
| location | No | Geographic location for localized rankings (e.g., 'New York, NY'). | |
| longitude | No | Longitude of the search location, in decimal degrees (-180 to 180). Use with `latitude`. Cannot be combined with `location`. |