Create a Rank Radar
create_rank_radarTrack organic and sponsored keyword rankings for an ASIN within a niche. Get a rankRadarId to monitor and retrieve ranking data later.
Instructions
Use this to start tracking organic and sponsored keyword rankings for an ASIN within a niche. ⚠️ Spends Search Term tokens (cost scales with numberOfKeywords) and cannot be undone — set confirm: true only after the user approves the cost. Returns the new rankRadarId; read its data later with get_rank_radar_data. Requires asin, numberOfKeywords (min 1), and a nicheId from list_niches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin | Yes | The ASIN to track keyword rankings for. | |
| confirm | No | Must be true to proceed — creating a Rank Radar spends Search Term tokens. Confirm the cost with the user first. | |
| nicheId | Yes | The niche this Rank Radar belongs to. Get one from `list_niches`. | |
| numberOfKeywords | Yes | How many keywords to track (minimum 1). More keywords = broader tracking but more Search Term tokens. |