Run in Apidog
This endpoint returns the daily desktop and mobile ranks for your website or any other domain in a specified timeframe for actively tracked or archived keywords.
Request Code Samples
curl --location --globoff 'https://apigw.seomonitor.com/v3/rank-tracker/v3.0/keywords/daily-ranks?campaign_id={{campaign_id}}&start_date={{start_date}}&end_date={{end_date}}&domain={{domain}}&group_id={{group_id}}&keyword_ids={{keyword_ids}}&get_archive={{get_archive}}&limit={{limit}}&offset={{offset}}&search={{search}}' Responses application/json
Generate Code
{
"keyword_id" : 355 ,
"keyword" : "librarie online" ,
"ranking_data" : {
"desktop" : [
{
"date" : "2022-02-01" ,
"rank" : 4
} ,
{
"date" : "2022-02-02" ,
"rank" : 4
}
] ,
"mobile" : [
{
"date" : "2022-02-01" ,
"rank" : 4
} ,
{
"date" : "2022-02-02" ,
"rank" : 4
}
]
}
} Modified at 2025-11-02 10:09:18