Google API Call for the Pagerank of an url. in this example "spiegel.de" works:
Trying the same with another url "hotpress.com", all other parameters untouched, shows an 403 Error Page!
Why?
Google API Call for the Pagerank of an url. in this example "spiegel.de" works:
Trying the same with another url "hotpress.com", all other parameters untouched, shows an 403 Error Page!
Why?
You need to calculate the hash correctly, I use code from this place:
https://web.archive.org/web/20150223091918/http://99webtools.com/blog/php-script-to-get-pagerank
That I adapted a bit to get PR info for my search engine project. There's several other scripts also if you just Google it.
Google is returning an error because the URL's q
value is verified against the ch
hash/checksum value.
You need to calculate the hash/checksum ch
for each query q
.
I don't know which hash algorithm is used here by Google, but "the Internet" thinks it could be Jenkins or some version of it.
Now Google has stopped the Pagerank over this url http://toolbarqueries.google.com/tbr
.... Find out some other way ..