API Reference

This endpoint provides highly relevant stats about a domain that you might be looking for. From MOZ's domain authority, Page authority to backlinks, referring domains and backlinks classification.

Pricing

📘

$0.05 per domain in request

Endpoint - POST

https://api.dataforsaas.com/v1/domainstats

Request Body

{
    "key" : "YOUR_API_KEY",
    "domains" : ["cruncyhroll.com","netflix.com"]
}

Get your api key from the dashboard or create an account to get your api key.


Response JSON

[
  {
    "domain": "netflix.com",
    "mozLinks": "1409080",
    "mozPA": "76",
    "mozDA": "93",
    "mozRank": "9.3",
    "mozTrust": "",
    "mozSpam": "",
    "majesticStatReturned": "root",
    "FB_comments": "1",
    "FB_shares": "4835113",
    "stumbles": "0",
    "pinterest_pins": "31",
    "majesticLinks": "30045811",
    "majesticRefDomains": "201700",
    "majesticRefEDU": "36608",
    "majesticRefGov": "277",
    "majesticRefSubnets": "50441",
    "majesticIPs": "115207",
    "majesticCF": "62",
    "majesticTTF0Name": "Arts/Animation",
    "majesticTTF0Value": "42",
    "majesticTTF1Name": "Arts/Movies",
    "majesticTTF1Value": "39",
    "majesticTTF2Name": "Computers/Programming/Languages",
    "majesticTTF2Value": "32",
    "majesticTF": "54"
  },
  {
    "domain": "cruncyhroll.com",
    "domainAsEntered": "cruncyhroll.com",
    "mozLinks": "5",
    "mozPA": "8",
    "mozDA": "1",
    "mozRank": "0.8",
    "mozTrust": "",
    "mozSpam": "",
    "majesticStatReturned": "root",
    "FB_comments": "0",
    "FB_shares": "9",
    "stumbles": "0",
    "pinterest_pins": "0",
    "majesticLinks": "2",
    "majesticRefDomains": "1",
    "majesticRefEDU": "0",
    "majesticRefGov": "0",
    "majesticRefSubnets": "1",
    "majesticIPs": "1",
    "majesticCF": "5",
    "majesticTTF0Name": "",
    "majesticTTF0Value": "",
    "majesticTTF1Name": "",
    "majesticTTF1Value": "",
    "majesticTTF2Name": "",
    "majesticTTF2Value": "",
    "majesticTF": "0"
  }
]