Moz Scraper

ENDPOINTS
GET/domains/authority

Domain Authority

Domain Authority, home-page Page Authority, linking root domains, ranking keywords and spam score for a domain.

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": "apple.com",
  "link": "https://apple.com",
  "domain_authority": 99,
  "home_page_authority": 94,
  "linking_root_domains": 11400000,
  "ranking_keywords": 7800000,
  "spam_score": 5,
  "report_link": "https://moz.com/domain-analysis/apple.com"
}