Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting Google PageRank via an API (PHP) [closed]

Tags:

php

api

pagerank

I have a list of domains and would like to get the:

  1. PageRank for all the domains. So just an integer, there must be an API that returns this.
  2. The number of results in Google
  3. The position of the word of the domainname. For example, "google.com" would be the position of the word "google". This could be position 20.
like image 526
Henk Denneboom Avatar asked Aug 28 '09 03:08

Henk Denneboom


People also ask

Is PageRank still used 2021?

Yes, Google does still uses PageRank. While it may not be a metric that website owners have access to, it is still used in their algorithms. A tweet by John Mueller, a Senior Webmaster Trends Analyst at Google, solidifies that PageRank is still used as a ranking signal.

Is PageRank open source?

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. The common crawl corpus contains petabytes of data that has been collected over the last 7 years.

How can PageRank be manipulated?

Google Bombers manipulate PageRank by filling documents with a large number of common search terms and setting up large, heavily cross-referential groupings of these pages. In doing so, they artificially inflate the perceived quality of these pages, and in turn, the ranking assigned to them.

Is PageRank outdated?

In the United States, patents only expire after twenty years. In the case of PageRank, it expired on January of 2019 since it was created exactly twenty years before that. PageRank, which we covered in lecture, is the algorithm software Google uses to rank pages and display them on browsers.


1 Answers

This will have everything you need. https://github.com/eyecatchup/SEOstats

Amazing.

like image 98
denislexic Avatar answered Sep 20 '22 23:09

denislexic