Services
ResearchKeywordsGetListLosers
Keywords with the highest absolute losses in organic search traffic for a given domain
Cost per row: 10.00
This call returns the keywords with the biggest losses in absolute search volumes in comparison to the previous week for a given domain.
Parameter description
GET
Parameter | Description |
---|---|
countrycode (required) | A two letter country code as specified in ISO 3166-1Format: US, GB, DE etc. |
url (required) | Either a domain or subdomainFormat: domain.tld, subdomain.domain.tld |
limit (optional) | Limit for the number of result rows Permitted values are 10, 25, 50, 100, 250 Default is 10.Format: integer |
offset (optional) | Offset for result set Must be a multiple of allowed values for the parameter "limit" Default is 0.Format: integer |
Example
HTTP Request: http://api.searchmetrics.com/v3/ResearchKeywordsGetListLosers.json?url=searchmetrics.com&countrycode=us&access_token=xxxxx Response: [{ "position": 7, "trend_position": -1, "position_last": 6, "delta_traffic_monthly": -856, "search_volume_monthly": 124583, "cpc": 1.12, "traffic_monthly": 2308, "traffic_monthly_last": 3164, "url": "money.cnn.com/quote/quote.html?symb=GOOG", "keyword": "goog", "search": "money.cnn.com/quote/" }, { "position": 11, "trend_position": -4, "position_last": 7, "delta_traffic_monthly": -148, "search_volume_monthly": 41250, "cpc": 1.75, "traffic_monthly": 108, "traffic_monthly_last": 256, "url": "tech.fortune.cnn.com/2012/09/24/facebook-vs-google-its-on-again/", "keyword": "google.it", }]
Result Description
Key | Description |
---|---|
position | Actual position of the given domain for the respective keyword in Google's organic search index. |
trend_position | Difference in keyword position between current and previous month. |
position_last | Position of the given domain for the respective keyword in Google's organic search index in the previous month. |
delta_traffic_monthly | Difference in estimated monthly traffic between current and last month via the respective keyword for the given domain. |
search_volume_monthly | Estimated search volume in Google for the respective Keyword. |
cpc | Estimated CPC in Google Adwords for the respective keyword. |
traffic_monthly | Estimated current monthly traffic of the given domain from Google via the respective keyword. |
traffic_monthly_last | Estimated monthly traffic last month of the given domain from Google via the respective keyword. |
url | URL of the indexed landing page. |
keyword | Keyword for which the data is shown. |
search | URL of the indexed landing page as shown in Google. |