Mangools/API

Get url metrics for target URL

Get SEO metrics for a specific URL, domain or subdomain — Citation Flow, Trust Flow, referring domain and backlink counts sourced from Majestic. Useful for quickly evaluating a target's link authority before pulling a full backlink profile.

Limits

Counts toward your Backlink rows limit. Identical requests within 24 hours are reused from cache.

GET
/linkminer/url-metrics

Authorization

ApiKeyAuth
x-access-token<token>

API token issued for your Mangools account, sent as an API key in the x-access-token HTTP header. This is NOT a standard RFC 6750 Authorization: Bearer <token> header. Auto-generated clients should be configured to send the token in x-access-token accordingly.

In: header

Query Parameters

url*string

Target URL

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api.mangools.com/v3/linkminer/url-metrics?url=string"
[
  {
    "_id": "6be984976f0eedca1741745c5e5290c0",
    "url": "https://example.com/",
    "m": {
      "majestic": {
        "v": {
          "Status": "Found",
          "ExtBackLinks": 376507,
          "RefDomains": 3800,
          "AnalysisResUnitsCost": 376507,
          "ACRank": 8,
          "RefIPs": 3475,
          "ItemType": 3,
          "RefSubNets": 2503,
          "CitationFlow": 53,
          "TrustFlow": 63,
          "TrustMetric": 63,
          "IndexedURLs": 1,
          "NonUniqueLinkTypeHomepages": "263",
          "NonUniqueLinkTypeIndirect": "5",
          "NonUniqueLinkTypeDeleted": "2013",
          "NonUniqueLinkTypeNoFollow": "5358",
          "NonUniqueLinkTypeProtocolHTTPS": "377230",
          "NonUniqueLinkTypeFrame": "2",
          "NonUniqueLinkTypeImageLink": "1140",
          "NonUniqueLinkTypeRedirect": "51",
          "NonUniqueLinkTypeTextLink": "377682",
          "TotalNonUniqueLinks": "378875",
          "OutLinksInternal": "21",
          "OutLinksExternal": "11",
          "OutDomainsExternal": "8",
          "RefDomainsEDU": 9,
          "ExtBackLinksEDU": 10,
          "RefDomainsGOV": 0,
          "ExtBackLinksGOV": 0,
          "RefDomainsEDU_Exact": 4,
          "ExtBackLinksEDU_Exact": 5,
          "RefDomainsGOV_Exact": 0,
          "ExtBackLinksGOV_Exact": 0
        },
        "ts": 1617190715
      }
    }
  }
]
{
  "error": {
    "type": "AuthError",
    "message": "Invalid API Key"
  }
}
{
  "error": {
    "type": "InvalidInput",
    "message": "Parameter url is invalid"
  }
}
{
  "error": {
    "type": "RateLimit",
    "message": "Not enough limits 2"
  }
}