This endpoint returns the overall aggregated search, SERP, and Visibility data for all the ranking keywords of a specified domain or URL.
Request
Add parameter in header Authorization
Example:Authorization: ********************
Request Code Samples
curl --location -g --request GET 'https://apigw.seomonitor.com/v3/research/v3.0/domain-overview?campaign_id={{campaign_id}}&url={{url}}' \
--header 'Accept: application/json' \
--header 'Authorization;'
Responses
application/json {
"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.77,
"serp_features": [
{
"feature": "IMG",
"count": 10
}
]
},
"est_traffic": {
"my_traffic": {
"traffic": 290000,
"trend": 0.1
},
"competitor_traffic": {
"traffic": 1450000,
"trend": 0.3
}
},
"visibility_data": {
"my_visibility": {
"visibility": 0.19,
"trend": 0.1
},
"competitor_visibility": {
"visibility": 0.47,
"trend": 0.3
}
}
}
Modified at 2024-11-05 13:59:17