ResearchContentGetValueUrlReferredDomains
Get the number of referred domains of a given url.
Cost per call: 10.00
Parameter description
GET
Parameter | Description |
---|
countrycode (required) | Country code as specified in ISO 3166-1Format: US, GB, DE etc |
url (required) | The url for which the referred domains count is requested.Format: sub.domain.tld/path/path/file?params |
Example
HTTP Request:
http://api.searchmetrics.com/v3/ResearchContentGetValueUrlReferredDomains.json?url=http://www.searchmetrics.com/de/knowledge-base/ranking-faktoren/&countrycode=de&access_token=xxxxx
Response:
{
"referred_domains" : 52,
"competitor_avg_referred_domains" : 10,
}
Result Description
Key | Description |
---|
referred_domains | Number of referred domains |
competitors_avg_referred_domains | Average number of referred domains of top 10 competitors |