Run in Apidog
Authentication required. Set the Authorization header to your SEOmonitor API token (raw JWT — no Bearer prefix). See the Authentication Guide for setup.This endpoint returns the SERP, search and your ranking data for the keywords specified in the request. Request Add parameter in header Authorization
Example: Authorization: ********************
or
Request Code Samples
curl --location --globoff 'https://apigw.seomonitor.com/v3/research/v3.0/keywords?campaign_id={{campaign_id}}&keywords={{keywords}}&limit={{limit}}&offset={{offset}}&order_by={{order_by}}&order_direction={{order_direction}}' \
--header 'Authorization: <api-key>' Responses application/json
Generate Code
{
"keyword" : "seo research" ,
"search_data" : {
"search_volume" : 18100 ,
"year_over_year" : 1.49 ,
"monthly_searches" : [
{
"month" : "August" ,
"year" : 2023 ,
"search_volume" : 27100
}
]
} ,
"ranking_data" : {
"updated_on" : "2023-09-06" ,
"rank" : 45 ,
"trend" : 3 ,
"landing_page" : "https://deliveroo.co.uk/restaurants/manchester/sale"
} ,
"serp_data" : {
"percentage_clicks" : 0.77 ,
"serp_features" : [
{
"feature" : "IMG" ,
"position" : 4
}
]
} ,
"tracked_keyword_id" : 1789784
} Modified at 2026-05-24 17:22:15