[Solved] How to get google page rank of a url in Qt
-
Hello Experts,
I am a beginner with Qt,
I need to create a function too get google page rank of a url.
Like: pagerank = getGooglePageRank(url);I have seen couple of examples in c# for the same , all were working (some checksum generator with url)
see below:
http://toolbarqueries.google.com/search?client=navclient-auto&ch="+<myChecksum>+"&features=Rank&q=info:+<myURL>;This kind of url was fired to get google page rank:
How can I generate the checksum and get the google page rank in Qt?
All suggestion appreciated.
Thanks
Zain
-
The post link does not work.
In general use should make a HTTP request to a RESTful API if such exists for Google Page Rank. "This is a simple example how to download data via HTTP in Qt":http://qt-project.org/wiki/Download_Data_from_URL.
-
Have at least googled for something like "Qt Google Rank"??? Third link is an Qt open source project called "libgooglerank":http://sourceforge.net/projects/libgooglerank/
bq. This project is a simple Qt library extension that is used to retrieve the Google page rank of any public web page.
Exactly what you looking for isn't it?
-
Solved.. Thanks to all.
@AcerExtensa I have seen this before but could not use it (Pardon...really new to Qt). It seems like complete code and now I will get what I need from this.Thanks once again for your efforts. :)
-
hi
use this url
"http://toolbarqueries.google.com/tbr?client=navclient-auto&ch=[your checkSum ]&features=Rank&q=info:[your url]