The Open PageRank initiative was created to bring back Page Rank metrics so that different domains could easily be compared. We do this using Open Source data provided by Common Crawl and Common Search.
Google released the PageRank toolbar in 2000 and this set the search engine companies on fire trying to look for the best pages. This has since become not as meaningful in the world once Google stopped providing the service. This was an industry standard and can still be used as a metric to observe but not take action on.
API content provided by: Open PageRank
Field | Required | Description |
---|---|---|
url | Yes | Fully qualified domain |
https://json.theeasyapi.com/{api_key}/?service=googlepr&url=https://theeasyapi.com
{
"googlepr": {
"pageRank": "5",
"indexed": "1",
"indexedUrl": "theeasyapi.com"
}
}
https://json.theeasyapi.com/{api_key}/?service=googlepr&url=https://nodomainlikethis.com
{
"googlepr": {
"errors": "1",
"errorcode": "googlepr_1001",
"reason": "The domain https://nodomainlikethis.com wasn't able to be identified."
}
}