Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [Solved] How to get google page rank of a url in Qt
QtWS25 Last Chance

[Solved] How to get google page rank of a url in Qt

Scheduled Pinned Locked Moved General and Desktop
6 Posts 4 Posters 3.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    Zain
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • L Offline
      L Offline
      leon.anavi
      wrote on last edited by
      #2

      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.

      http://anavi.org/

      1 Reply Last reply
      0
      • Z Offline
        Z Offline
        Zain
        wrote on last edited by
        #3

        Thanks ,
        I will try this.

        Any others.......???

        1 Reply Last reply
        0
        • A Offline
          A Offline
          AcerExtensa
          wrote on last edited by
          #4

          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?

          God is Real unless explicitly declared as Integer.

          1 Reply Last reply
          0
          • Z Offline
            Z Offline
            Zain
            wrote on last edited by
            #5

            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. :)

            1 Reply Last reply
            0
            • A Offline
              A Offline
              alirezador
              wrote on last edited by
              #6

              hi
              use this url
              "http://toolbarqueries.google.com/tbr?client=navclient-auto&ch=[your checkSum ]&features=Rank&q=info:[your url]

              سی پرو بزرگترین مرکز دانلود پروژه های دانشجویی
              <a href="http://www.cpro.ir" target="_blank">http://www.cpro.ir</a>

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved