Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting PageRank

How can I retrieve pagerank of any page indexed by google? Has Google any API or page for this?

like image 340
oneat Avatar asked Mar 21 '10 20:03

oneat


1 Answers

You can get the PageRank by using an HTTP request:

http://toolbarqueries.google.com/search?client=navclient-auto&hl=en&ch=61470319184&ie=UTF-8&oe=UTF-8&features=Rank&q=info:http://forums.digitalpoint.com/showthread.php%3Ft%3D164713

Just figure out what "ch" is used for and you should be good to go.

You could also try this site.

like image 198
ta.speot.is Avatar answered Sep 19 '22 23:09

ta.speot.is