v1

Create a new Rank Radar

Creates a new Rank Radar to track keyword rankings for a specific ASIN within a Niche. The Rank Radar will monitor organic and sponsored rankings for the specified number of keywords. Rank Radar Search Term tokens are consumed based on the number of keywords tracked. Returns a rankRadarId for accessing the tracking data.

post/v1/niches/rank-radars

Request body

asinstring required

The ASIN of the product to track keyword rankings for

numberOfKeywordsnumber required

Number of keywords to track in the Rank Radar. More keywords provide comprehensive tracking but consume more Search Term tokens. Minimum is 1.

nicheIdstring required

The Niche identifier that this Rank Radar is associated with

Example request

{
  "asin": "B08N5WRWNW",
  "numberOfKeywords": 5,
  "nicheId": "xdGJ6gy7"
}

Response

rankRadarIdstring required

Unique identifier for the created Rank Radar. Use this ID to retrieve keyword ranking data and track performance over time.

Example response

{
  "rankRadarId": "b3e1f2c4-7e6a-4d2a-9f1e-123456789abc"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.