+ Reply to Thread + Post New Thread
Results 1 to 8 of 8

Thread: Pagerank Retrieval

  1. #1
    Noobie
    Join Date
    Apr 2008
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Pagerank Retrieval

    Does anyone know of an updated script (any language) that retrieves the Google PageRank? Everything I have found online is before the latest update which seemed to have rendered the last method useless.

  2. Shorten URL    SEO Services    Buy Xrumer

    Sponsored Links

  3. #2
    Noobie
    Join Date
    Apr 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I dunno if this works, and even if it does I suspect Google will block your IP if you overuse it:

    http://www.pagerankcode.com/download-script.html

  4. #3
    Noobie
    Join Date
    Apr 2008
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Nah, I am aware of that script (and many that use the same technique) but it unfortunately doesn't work for all urls now. I have read that the method that script uses was changed around Sept 2009.

    I realise the IP situation but that is avoidable. All of the Firefox extensions and Keyword Tools like Market Samurai are still doing it, I just have to work out how

  5. #4
    Noobie
    Join Date
    Apr 2008
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I've got the same problem right now. I'm considering writing a scraper to collect seo4firefox data, but that seems pretty ghetto.

  6. #5
    Noobie
    Join Date
    Apr 2008
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Grazor, I think I got it working. I found the solution in this awesome piece of open source software - http://sourceforge.net/projects/seopanel/

    You will find the functions for calculating the checksum in seopanel/controllers/rank.ctrl.php

    I will check it properly tonight but it was returning PR for pages that were returning N/A in the previous code.

    That software has a heap of features for any SEO scripts you need to write.

  7. #6
    Noobie
    Join Date
    Apr 2008
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Please don't pick on my dodgy code .

  8. #7
    Noobie
    Join Date
    Apr 2008
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hey Herron, thanks for the code, I'll take a look at it tomorrow.

  9. #8
    Registered Member chrissyboi's Avatar
    Join Date
    Dec 2010
    Location
    UK
    Posts
    93
    Thanks
    3
    Thanked 22 Times in 11 Posts

    Default

    the seoquake for firefox plugin has a lot of good info for anyone wanting to code up their own stuff to provide metrics/data.

    If you have it installed, just enable it then click on Tools tab in your FF browser, select SEOQuake, then select preferences.
    This will bring up the seoquake interface, inside that you will see all the websites he is pulling data from. Make sure the 'parameters' tab at the top left is the tab you are on to see all the sites ....
    To get the required info for any particular site, just click on the site you want data for and it will highlight that site, then click the EDIT button underneath the sites panel.

    So if you wanted google PR info - select to highlight google pr, then click edit, and a small window will open up with this data:
    Code:
    [NAME]=Google pagerank
    [TITLE]=PR
    [URL_R]=http://toolbarqueries.google.com/search?client=navclient-auto&hl=en&ch={gchecksum}&ie=UTF-8&oe=UTF-8&features=Rank&q=info:{url|encode}
    [REGEXP]=Rank_.*?:.*?:(\d+)

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts