List Rank Radars
list_rank_radarsRetrieve paginated Rank Radars tracking organic and sponsored keyword positions for ASINs. Filter by niche, status, or search text to identify the correct rankRadarId for detailed data.
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, asin (with id, krtId, asin), marketplace, keywordCount, title, imageUrl, and summary metrics: top10KW, top10SV, top50KW, top50SV. Supports pagination metadata (currentPage, pageSize, total, lastPage, hasNext, hasPrev).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by Rank Radar status. By default, returns only ACTIVE Rank Radars. Allowed: ACTIVE, PAUSED, ARCHIVED. | |
| nicheId | No | Filter Rank Radars by Niche identifier. Use after `list_niches`. | |
| pageSize | No | Items per page (max 100). Defaults to 20. | |
| searchText | No | Filter Rank Radars by ASIN or product title. | |
| currentPage | No | Page number, 1-indexed. Defaults to 1. |