script to find pagerank of domain

api, pagerank, python

Solution

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

Problem

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.

Original source