PageRank without Toolbar

Discussion in 'Google API' started by anjanesh, Jul 31, 2005.

  1. #1
    Hi

    1. Is there a way to get Google's PR without using the Toolbar. Im asking this because I dont have the toolbar and dont want to install it.

    2. Is there a way to get this using Programming ? Does Google API provide PR too in its API Service ?

    Thanks
     
    anjanesh, Jul 31, 2005 IP
  2. Shoemoney

    Shoemoney $

    Messages:
    4,474
    Likes Received:
    588
    Best Answers:
    0
    Trophy Points:
    295
    #2
    yes and yes look around the forum a bit
     
    Shoemoney, Jul 31, 2005 IP
  3. City2

    City2 Peon

    Messages:
    542
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    City2, Jul 31, 2005 IP
  4. anjanesh

    anjanesh Well-Known Member

    Messages:
    344
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    165
    #4
    anjanesh, Jul 31, 2005 IP
  5. SpeedyDomainRegistration

    SpeedyDomainRegistration Peon

    Messages:
    170
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Pagerank works from backlinks. With and without www. search can have different PR if they have different backlinks. Happens all the time. You should pick the format you want then ask the sites link to you to make a small change.
     
  6. johnt

    johnt Peon

    Messages:
    178
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You should set up a 301 permanent redirect from http://somesite.com to http://www.somesite.com ( or the other way round if you prefer ). That way you will consolidate any links and PR that the two domains have built up separately. Have a look around these forums, there's loads of threads about redirects.

    John
     
    johnt, Aug 1, 2005 IP
  7. greg_mcree

    greg_mcree Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Google PR Calculator - Free PHP PageRank Script
    http://www.googlecommunity.com/scripts/google-pagerank.php
    Differnt programming languages is used
    I recommend you go review posts related this subject at http://www.googlecommunity.com too.
     
    greg_mcree, Oct 20, 2005 IP
  8. amitpagarwal

    amitpagarwal Peon

    Messages:
    375
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #8
    there's even a firefox extension for checking pr
     
    amitpagarwal, Oct 27, 2005 IP
  9. lonecrow

    lonecrow Peon

    Messages:
    99
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Does anybody have an answer for #2 in teh original post?

    I have seen plenty of sites offer PR lookup. Are they using the API or just guess based on "link:domain.com".

    I have read through my API Docs and I can't see an reference to returning PR.

    If I find the answer I'll post back here.
     
    lonecrow, Nov 23, 2005 IP
  10. Shoemoney

    Shoemoney $

    Messages:
    4,474
    Likes Received:
    588
    Best Answers:
    0
    Trophy Points:
    295
    #10
    as mentioned many other times there is no api call for pr. The results must be scraped
     
    Shoemoney, Nov 24, 2005 IP
  11. Xmember

    Xmember Peon

    Messages:
    85
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Xmember, Nov 24, 2005 IP
  12. Masetek

    Masetek Peon

    Messages:
    820
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    0
    #12
    When using this script I keep gettng 403 forbidden errors from Google. Anyone had this problem? It seems to work for everyone else. I have cutnpaste that exact code.
     
    Masetek, Nov 27, 2005 IP
  13. execute

    execute Peon

    Messages:
    301
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #13
    That PR script of PHP is using fileopen ... it is NOT google API, therefore it is AGAINST Terms of Service of Google.

    We have to use a SOAP REQUEST using POST to send it to a specific address and then receive a SOAP format XML document as a result

    However i am wondering if it is possible to send extra parameteres using SOAP to get the PR.
     
    execute, Nov 28, 2005 IP