how can I retrieve pagerank of any page indexed by google ? Has google any api or page for this ??
A:
Programming questions belong on a programming site, like Stackoverflow. That said, you can get the pagerank by using a HTTP request:
http://toolbarqueries.google.com/search?client=navclient-auto&hl=en&ch=61470319184&ie=UTF-8&oe=UTF-8&features=Rank&q=info:http://forums.digitalpoint.com/showthread.php%3Ft%3D164713
Just figure out what "ch" is used for and you should be good to go.
You could also try this site: http://www.fourmilab.ch/webtools/PageRank/
taspeotis
2010-03-21 21:28:44
what's ch ?? Is it your api number or what ??
oneat
2010-03-21 21:34:18
http://blogoscoped.com/archive/2004_09_16_index.html
taspeotis
2010-03-21 22:03:08