I need google page rank get in python. There i can officially extract it? i mean i can parse some thing like this http://www.prchecker.info
But there these sites get data officially from google? or may i can use some python seo libs for this?
I need google page rank get in python. There i can officially extract it?
Share
I posted about getting PageRank here:
http://coreygoldberg.blogspot.com/2010/01/python-lookup-google-pagerank-score.html
the code you need is here:
http://code.google.com/p/corey-projects/source/browse/trunk/python2/pagerank.py
it uses the Google Toolbar 3.0.x/4.0.x Pagerank Checksum Algorithm.
(note: this might not give you the rank they use internally for results, but it will give you whatever pagerank that the Google toolbar would display for the given page)