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?
A:
No, there is no official PageRank API. There are various hacks, which you can google.
katrielalex
2010-08-09 18:24:09
+2
A:
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)
Corey Goldberg
2010-08-09 18:25:05
wow! thx. very usefull.
Evg
2010-08-09 18:28:50