Free Google PageRANK API - PHP

by 7 replies
10
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.
#programming #api #free #google #pagerank #php
  • 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 .
    • [1] reply
    • Yep, I don't see this lasting long under regular heavy use.
  • Banned
    [DELETED]
  • Thank you very much for this
  • Not working
  • 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.
  • Thank you very much
    • [1] reply
    • site is dead to me, not sure its much use anyway when you have other google page rank software plugins that operate easily

Next Topics on Trending Feed