Focus Global Community

Members Login
Username 
 
Password 
    Remember Me  
Post Info TOPIC: Yahoo API to get the backlinks from yahoo


Senior Member

Status: Offline
Posts: 183
Date:
Yahoo API to get the backlinks from yahoo
Permalink   
 


Hi,

i want to know that how to get the yahoo back links from yahoo using yahoo API in PHP, please hep me out the way to do that

Thanks

 

example

function getYahooLinks($domain) {
$yahooAppId1 = "YOUR_YAHOO_KEY";
$yahoourl="http://search.yahooapis.com/SiteExplorerService/V1/inlinkData?appid=".$appid."&query=".$domain."&entire_site=1&omit_inlinks=domain&results=1&output=php";
$data = @file_get_contents($yahoourl);
$results=unserialize($data);
return $results['ResultSet']['totalResultsAvailable']; //$results[0][1];
}



__________________
Page 1 of 1  sorted by
 
Quick Reply

Please log in to post quick replies.

Tweet this page Post to Digg Post to Del.icio.us


Create your own FREE Forum
Report Abuse
Powered by ActiveBoard