如有请告知,不胜感激。
GOOGLE PR api调用接口
[url]http://toolbarqueries.google.com/tbr?client=navclient-auto&features=Rank&ch=8f3b58e04&q=info:james.slaterspage.com[/url]
q=info:参数是表示要查询的地址
百度收录数可以直接在百度搜索栏中输入 site:www.iteye.com
[code="java"]http://toolbarqueries.google.com/tbr?client=navclient-auto&ch={gchecksum}&features=Rank&q=info:{url|encode}[/code]
google api 调用的参数格式就是上面那样子。。。ch是通过url算出来的checksum,checksum的生成算法网上有,不过不知道好不好用
关于checksum的算法实现到这里来看看。
http://lzj0470.iteye.com/blog/325644