ResearchContentGetValueUrlBacklinks
Get the number of backlinks 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 backlinks count is requested.Format: sub.domain.tld/path/path/file?params |
Example
HTTP Request:
http://api.searchmetrics.com/v3/ResearchContentGetValueUrlBacklinks.json?url=http://www.searchmetrics.com/de/knowledge-base/ranking-faktoren/&countrycode=de&access_token=xxxxx
Response:
{
"backlinks" : 86,
"competitor_avg_backlinks" : 30.25,
}
Result Description
Key | Description |
---|
backlinks | Number of backlinks |
competitors_avg_backlinks | Average number of backlinks of the top 10 competitors |