Retrieve Page Rank API

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 }}

Frequently Asked Questions

What is Page Rank?

Page Rank is a metric used to determine the importance or authority of a web page. A higher score generally indicates a more authoritative and popular page.

How often is the data updated?

The page rank data is updated regularly to reflect changes in the web's structure and the popularity of websites.

Does a higher score mean better SEO?

Generally, yes. A higher page rank often correlates with better search engine visibility, but it is just one of many factors that influence SEO rankings.

How is the Page Rank API different from the Web Search API?

The Page Rank API provides a specific metric (authority score) for a single URL, while the Web Search API returns a list of relevant web pages for a given search query.

Questions? Need Help? Ask Away