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
Example request
{
"asin": "B08N5WRWNW",
"numberOfKeywords": 5,
"nicheId": "xdGJ6gy7"
}Response
Example response
{
"rankRadarId": "b3e1f2c4-7e6a-4d2a-9f1e-123456789abc"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.