Create a Rank Radar
create_rank_radarStart tracking organic and sponsored keyword rankings for an ASIN in a niche. Provide an ASIN, a niche ID, and the number of keywords to monitor; confirm the token cost to create the Rank Radar, which returns an ID for later data retrieval.
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. Not safe to retry: each call spends tokens again and creates a separate Rank Radar — if a call errors or times out, check list_rank_radars instead of re-calling. The first call previews the creation and may return warnings alongside the cost note — for example that this product family is already tracked by another Rank Radar. Show every warning message to the user verbatim, before asking them to confirm; do not summarise it or decide on their behalf. A warning never blocks creation. 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. |