Moz Scraper

ENDPOINTS
GET/domains/top-linking-domains

Top Linking Domains

The highest-authority domains linking to a domain, with their Domain Authority.

QUERY PARAMS

Domain name or any page link on it (the host is used). Moz scores the root domain, so blog.hubspot.com and hubspot.com return the same numbers.

Examples:

  • Domain: tesla.com
  • Link: https://www.tesla.com/model3
{
  "domain": "tesla.com",
  "link": "https://tesla.com",
  "linking_root_domains": 153100,
  "top_linking_domains": [
    {
      "domain": "youtube.com",
      "link": "https://youtube.com",
      "domain_authority": 100
    },
    {
      "domain": "linkedin.com",
      "link": "https://linkedin.com",
      "domain_authority": 99
    },
    {
      "domain": "apple.com",
      "link": "https://apple.com",
      "domain_authority": 99
    },
    {
      "domain": "googleusercontent.com",
      "link": "https://googleusercontent.com",
      "domain_authority": 99
    },
    {
      "domain": "docs.google.com",
      "link": "https://docs.google.com",
      "domain_authority": 98
    },
    {
      "domain": "wordpress.org",
      "link": "https://wordpress.org",
      "domain_authority": 98
    },
    {
      "domain": "en.wikipedia.org",
      "link": "https://en.wikipedia.org",
      "domain_authority": 98
    }
  ],
  "report_link": "https://moz.com/domain-analysis/tesla.com"
}