Run in Apidog
This endpoint returns the overall aggregated search, SERP, and your website's Visibility data for all the related keywords of a specified keyword (topic).
Request Code Samples
curl --location --globoff 'https://apigw.seomonitor.com/v3/research/v3.0/topic-overview?campaign_id={{campaign_id}}&keyword={{keyword}}' Responses application/json
Generate Code
{
"related_keywords" : 495 ,
"search_data" : {
"search_volume" : 887 ,
"year_over_year" : 1.45 ,
"monthly_searches" : [
{
"month" : "June" ,
"year" : 2023 ,
"search_volume" : 889
}
]
} ,
"serp_data" : {
"percentage_clicks" : 0.7 ,
"serp_features" : [
{
"feature" : "IMG" ,
"count" : 10
}
]
} ,
"visibility_data" : {
"visibility" : 0.19 ,
"trend" : -0.2
}
} Modified at 2025-11-02 10:19:51