Get URL/Domain Overview
GET
https://apigw.seomonitor.com/v3/research/v3.0/domain-overviewThis endpoint returns the overall aggregated search, SERP, and Visibility data for all the ranking keywords of a specified domain or URL.
Request
(Required) This parameter specifies the ID of the campaign for which you want to return data.
Please refer to the Quick Start Guide to learn how to retrieve the IDs of your campaigns.
(Required) This parameter specifies the domain or URL path for which you want to return the data.
If you request a domain, the endpoint will return the data for the entire domain.
If you request a URL, the endpoint will return the data only for the specified URL path.
The type of keywords you want to return data for. Allowed values are overlapping
, non-overlapping
, or all-keywords
.
If the keyword_gap_type
is not specified, data for all-keywords
is returned.
Request samples
Responses
The total number of curated keywords that the domain or url is ranking for.
Parent field containing the data related to Google search volumes for the keywords returned.
The average 12-month search volume of all the keywords returned, as provided by Google Ads.
A numeric value representing the last month's search volume divided by the search volume of the same month of the previous year. E.g. +49% year-over-year search trend would be represented as 1.49. The returned values will be capped at 10, which represents "newcomers" (keywords that registered very low search volumes in the previous year).
An array of objects containing the aggregated search volumes for each of the previous 13 months as provided by Google Ads.
Parent field containing the top 10 SERP features present for the keywords in the returned list and their presence count for the day of the latest crawl refreshed within the past 30 days, for desktop searches. Please refer to the Quick Start Guide for the complete feature name of each abbreviation.
The percentage of searches that end up clicking on organic results, based on the sum of Top 10 positions' CTRs after discounting the searches satisfied by SERP features.
Parent field containing the top 10 SERP features present for the returned keywords and their presence count for the day of the latest crawl refreshed within the past 30 days, for desktop searches. Please refer to the Quick Start Guide for the complete feature name of each abbreviation.
Parent field containing the estimated traffic and its trend for the campaign website and the requested domain or URL.
Parent field containing the estimated organic traffic of the campaign website and its trend. Note: If the request was made for the 'non-overlapping' keyword gap type, the returned values will be '0'.
Parent field containing the estimated organic traffic of the requested domain or URL and its trend.
Parent field containing the Visibility metrics and trends for the campaign website and the requested domain or URL. Note: If the request was made for the 'non-overlapping' keyword gap type, the returned values will be '0'.
Parent field containing the Visibility data for your campaign website. Note: If the request was made for the 'non-overlapping' keyword gap type, the returned values will be '0'.
Parent field containing the Visibility of the requested domain or URL on the day of the latest crawl which is refreshed within the past 30 days.
{
"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
}
}
}