Moz Scraper

ENDPOINTS
GET/domains/top-pages

Top Pages

A domain's most powerful pages, ranked by Moz Page 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",
  "top_pages": [
    {
      "link": "https://www.tesla.com/",
      "page_authority": 74
    },
    {
      "link": "https://www.tesla.com/model3",
      "page_authority": 68
    },
    {
      "link": "https://www.tesla.com/cybertruck",
      "page_authority": 68
    },
    {
      "link": "https://tesla.com/",
      "page_authority": 67
    },
    {
      "link": "https://www.tesla.com/models",
      "page_authority": 67
    },
    {
      "link": "https://www.tesla.com/powerwall",
      "page_authority": 67
    },
    {
      "link": "https://www.tesla.com/autopilot",
      "page_authority": 66
    }
  ],
  "report_link": "https://moz.com/domain-analysis/tesla.com"
}