Google page rank get in python

I need google page rank in python. Can I officially extract it there? I mean, I can parse something like http://www.prchecker.info But are these sites officially receiving data from Google? or can i use some python seo libs for this?

+3
source share
3 answers

I posted on how to get 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

Pagerank Google Toolbar 3.0.x/4.0.x.


( : , , , Google ).

+6

python, google API . , perl CPAN (WWW: Google: PageRank), python. Alexa .

https://github.com/aablack/websearchapp/blob/master/search/rank_provider.py

, , , , .

+6

No, there is no official PageRank API. There are various hacks that you can use for Google.

-2
source

Source: https://habr.com/ru/post/1758787/


All Articles