Skip to content
WJunction - Webmaster Forum

Google PageRank API - v2 - Verified Working on 4/11/2011

Status
Not open for further replies.
Google PageRank API - v2 - Verified Working on 4/11/2011

URL:
Code:
http://safelinks4.me/getpr.php?url=google.com

How to use?
Replace 'google.com' with your own domain.

How's it work?
Pass a website url in 'url=sitehere.com'
returns value 0-10.

You can use this to integrate into your website or php applications.

PHP
Code:
<?php
$site = 'google.com';
$getpagerank = file_get_contents("http://safelinks4.me/getpr.php?url=$site");
echo $getpagerank;
?>

When Google updates, so will I.

Enjoy.
 

8 comments

Really don't see the point of this. Your connecting to a site safelink4.me which in turn has to connect to Google to get a pagerank. Their is no way that can be fast or reliable. Your better off connecting directly with Google which is way faster and will obviously have far greater uptime than safelink4.me.

If you want to know how to connect to Google just use this tutorial I made http://www.wjunction.com/64-webmaster-resources/105222-google-page-rank-source-code-updated.html
 
Really don't see the point of this. Your connecting to a site safelink4.me which in turn has to connect to Google to get a pagerank. Their is no way that can be fast or reliable. Your better off connecting directly with Google which is way faster and will obviously have far greater uptime than safelink4.me.

If you want to know how to connect to Google just use this tutorial I made http://www.wjunction.com/64-webmaster-resources/105222-google-page-rank-source-code-updated.html

can't agree more
 
PHP
Code:
<?php
$site = 'google.com';
$getpagerank = file_get_contents("http://safelinks4.me/getpr.php?url=$site");
echo $getpagerank;
?>
When Google updates, so will I.

Enjoy.
Do i need to replace google.com with musictooth.com (my site) here also ?
 
Status
Not open for further replies.

About the author

V
Banned · Joined
297
Messages
72
Reactions
28
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom