Moz Scraper

ENDPOINTS
GET/domains/authority/bulk

Bulk Domain Authority

Domain Authority, spam score and link counts for up to 10 domains in one call.

QUERY PARAMS

Comma-separated domains or page links, up to 10. Duplicates are removed.

Example: nike.com,apple.com,tesla.com

{
  "count": 3,
  "failed_count": 0,
  "results": [
    {
      "domain": "nike.com",
      "link": "https://nike.com",
      "domain_authority": 91,
      "home_page_authority": 77,
      "linking_root_domains": 268000,
      "ranking_keywords": 232200,
      "spam_score": 9,
      "report_link": "https://moz.com/domain-analysis/nike.com",
      "error": null
    },
    {
      "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",
      "error": null
    },
    {
      "domain": "tesla.com",
      "link": "https://tesla.com",
      "domain_authority": 90,
      "home_page_authority": 74,
      "linking_root_domains": 153100,
      "ranking_keywords": 59600,
      "spam_score": 5,
      "report_link": "https://moz.com/domain-analysis/tesla.com",
      "error": null
    }
  ]
}