Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

script to find pagerank of domain

how can I automate finding the pagerank of a domain? I came across this Python script but it no longer works. Seems Google doesn't like people automating this.

So, is there an alternative provider of page rank scores? I do not need the exact same result as Google, but something comparable.

like image 480
hoju Avatar asked Oct 15 '09 12:10

hoju


1 Answers

Here is a python script which does work. I had to do exactly the same thing recently!

like image 180
Nick Craig-Wood Avatar answered Oct 19 '22 23:10

Nick Craig-Wood