Does anyone know if it is possible to use the Yahoo API to get the yahoo rank for a giving website. I have seen someonline tools and the toolbar but I was thinking of including that in my stats page for my websites. I have written a script to get the page rank from google by sending a request via curl to their search API, but I can't find a valid URL to use with yahoo!!!!!
http://search.yahooapis.com/WebSearchService/V1/webSearch?appid=YahooDemo&query=madonna&results=2 appid = your yahoo API query = your keyword results = number of result to return. Hope it helps.