Run in Apidog
This endpoint returns the SERP, search and ranking data for the keywords in a specified list within the Keyword Vault of a specified campaign. The ranking data is for the website tracked in the specified SEOmonitor campaign.
Request Code Samples
curl --location --globoff 'https://apigw.seomonitor.com/v3/keyword-vault/v3.0/get-keyword-data-by-list?campaign_id={{campaign_id}}&list={{list}}&limit={{limit}}&offset={{offset}}&order_by={{order_by}}&order_direction={{order_direction}}&search={{search}}&include_unqualified={{include_unqualified}}&domain={{domain}}' \
--header 'Accept: application/json' Responses application/json
Generate Code
{
"keyword" : "<string>" ,
"search_data" : {
"search_volume" : "<integer>" ,
"year_over_year" : "<double>" ,
"monthly_searches" : {
"search_volume" : "<integer>" ,
"month" : "<string>" ,
"year" : "<integer>"
}
} ,
"ranking_data" : {
"updated_on" : "<date>" ,
"rank" : "<integer>" ,
"trend" : "<integer>" ,
"landing_page" : "<string>"
} ,
"serp_data" : {
"percentage_clicks" : "<number>" ,
"serp_features" : {
"feature" : "<string>" ,
"position" : "<integer>"
}
} ,
"tracked_keyword_id" : "<integer>"
} Modified at 2025-10-28 08:14:32