List Rank Radars
list_rank_radarsFind a rankRadarId by listing keyword-rank trackers, filter by niche, status, ASIN, or title, and paginate through results to monitor organic and sponsored positions.
Instructions
Use this to find a rankRadarId before calling get_rank_radar_data. Filter by nicheId if the user has already identified a niche. Retrieves a paginated list of Rank Radars — keyword-rank trackers monitoring organic and sponsored positions for specific ASINs over time. Each item includes id, status (ACTIVE, PAUSED or ARCHIVED), asin, marketplace, keywordCount, title, imageUrl, and summary metrics: top10KW, top10SV, top50KW, top50SV. Supports pagination metadata (currentPage, pageSize, total, lastPage, hasNext, hasPrev); a page holds at most 50 Rank Radars, so a large account needs several calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Which Rank Radars to return. ACTIVE (the default) are tracking; PAUSED have been stopped but keep their history and can be resumed; ARCHIVED have been deleted; ALL means active and paused together. Archived Rank Radars are returned only by an explicit ARCHIVED. | |
| nicheId | No | Filter Rank Radars by Niche identifier. Use after `list_niches`. | |
| pageSize | No | Items per page (max 50). Defaults to 20. | |
| searchText | No | Filter Rank Radars by ASIN or product title. | |
| currentPage | No | Page number, 1-indexed. Defaults to 1. |