Retrieve Page Rank

This API allows you to retrieve the page rank of a given URL. The API returns the page rank, the position of the URL in the search results, and the percentile of the page rank.

GET
https://api.apileague.com/retrieve-page-rank
Example Request and Response
GET
https://api.apileague.com/{{ examples.getPageRank }}
{
    "page_rank": 9.13,
    "position": 30,
    "percentile": 0.9999971
}
cURL
Java
Javascript
Python
Go
C#
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}