Run in Apidog
This endpoint returns the SERP, search, and ranking data for the keywords specified in the request, for both your campaign website and the specified domains or URLs.
Request Code Samples
curl --location --globoff 'https://apigw.seomonitor.com/v3/research/v3.0/ranking-data?campaign_id={{campaign_id}}&keywords={{keywords}}&domains={{domains}}&limit={{limit}}&offset={{offset}}&order_by={{order_by}}&order_direction={{order_direction}}' Responses application/json
Generate Code
[
{
"keyword" : "go fresco" ,
"updated_on" : "2023-09-06" ,
"ranking_data" : [
{
"domain" : "deliveroo.co.uk" ,
"rank" : 45 ,
"trend" : 3 ,
"landing_page" : "https://deliveroo.co.uk/restaurants/manchester/sale"
}
]
}
] Modified at 2025-11-02 10:20:15