Get Keyword Rankings for a Rank Radar
get_rank_radar_dataRetrieve historical keyword ranking data for a specified date range, showing per-day organic and impression ranks, search volume, and annotations to analyze ranking trends.
Instructions
Use this to analyze keyword ranking trends over time. Requires startDate and endDate (yyyy-mm-dd). Retrieves historical keyword ranking data for the specified Rank Radar within the date range. Returns an array of tracked keywords; each has id, keyword, searchVolume, ranks (per-day { date, organicRank, impressionRank }), and any highlight annotations. Use after list_rank_radars to discover a rankRadarId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | Yes | End date for the ranking data range, yyyy-mm-dd (e.g. 2024-04-26). Must be on or after startDate. | |
| startDate | Yes | Start date for the ranking data range, yyyy-mm-dd (e.g. 2024-03-26). | |
| rankRadarId | Yes | The Rank Radar UUID (from `list_rank_radars`). |