views:

95

answers:

1
+1  Q: 

getting pagerank

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
what's ch ?? Is it your api number or what ??
oneat
http://blogoscoped.com/archive/2004_09_16_index.html
taspeotis