Free Google PageRANK API - PHP

7 replies
Free Google PageRANK API - PHP

Google PageRank API

Where?
http://www.coderzspot.com/scripts/pa...coderzspot.com

How?

Replace "http://www.coderzspot.com" in the url below with your own url, note it must include "http://www" to work. might write a php func to do that.
http://www.coderzspot.com/scripts/pa...coderzspot.com

You can do something like:
Code:
<?php
$getpr = file_get_contents("http://www.coderzspot.com/scripts/page_rank/pr.php?url=$site");
echo $getpr;
?>
To grab just purely the "Page Rank number", no bulls**t.
#api #free #google #pagerank #php
  • Profile picture of the author Atef
    Originally Posted by vick2011 View Post

    Free Google PageRANK API - PHP

    Google PageRank API

    Where?
    http://www.coderzspot.com/scripts/pa...coderzspot.com

    How?

    Replace "http://www.coderzspot.com" in the url below with your own url, note it must include "http://www" to work. might write a php func to do that.
    http://www.coderzspot.com/scripts/pa...coderzspot.com

    You can do something like:
    Code:
    <?php
     = file_get_contents("http://www.coderzspot.com/scripts/page_rank/pr.php?url=");
    echo ;
    ?>
    To grab just purely the "Page Rank number", no bulls**t.
    Good , tried it but having lot's of calls will definitely ban your server ip on the side of Google specially while you are sharing this .
    {{ DiscussionBoard.errors[4814762].message }}
    • Profile picture of the author mojojuju
      Originally Posted by Atef View Post

      Good , tried it but having lot's of calls will definitely ban your server ip on the side of Google specially while you are sharing this .
      Yep, I don't see this lasting long under regular heavy use.
      Signature

      :)

      {{ DiscussionBoard.errors[4815668].message }}
  • Profile picture of the author cannons
    Thank you very much for this
    {{ DiscussionBoard.errors[4870817].message }}
  • Profile picture of the author diam0nd
    Not working
    {{ DiscussionBoard.errors[5923134].message }}
  • Profile picture of the author rhensiong
    Google will banned your IP when you grab their site. I have been try a long time ago, and still looking for script which can show my SERP.
    {{ DiscussionBoard.errors[6714843].message }}
  • Profile picture of the author planetmedia
    Thank you very much
    {{ DiscussionBoard.errors[6714923].message }}
    • Profile picture of the author BlackMetal
      site is dead to me, not sure its much use anyway when you have other google page rank software plugins that operate easily
      {{ DiscussionBoard.errors[6716020].message }}

Trending Topics