Resolves.me small update
Cleaned up yesterdays post about my new site resolves.me. I used the tumblr iphone app to write it but it removed all the line breaks!
I have just added the compete api to resolves.me.
Now for each domain you get the following information from compete
- Trust level - this is competes version of googles safe browsing api and its pretty nice. It displays Green, Yellow or Red based on if it trusts the site.
- Ranking - the compete ranking for the site (like the alexa rank)
- Monthly Visitors - this is the last months visitor figures
There are some issues with using compete but I think its a nice to have so thats why I have included it.
The issues are:
- The traffic figures appear to be US only but I could be wrong and its not clear from the docs
- The trust level does not help with small or new sites and you will get a yellow icon. However known bad sites will return red
- The daily limits for the compete api are pretty low. 1000 hits a day and 5 a second, this makes twitter limits look amazing ;)
- Due to the limits I had to build in more caching and also if my limits are used up then I don’t show compete info or links back to them
If you want to use the compete api then its here http://developer.compete.com/. It has some nice libraries ready to go, I used the .net one and was up and running in less than a minute.
I have also started creating a api for the site and will support json and jsonp by the end of the day. Due to the limits on the compete data I will not be sharing that information in the api responses. However it would be easy to implement your own.
Next up I am looking at the Alexa and Yahoo api’s.
UPDATE:
I have finished the JSON api
You can find it here
use it like this http://resolves.me/api.aspx?callback=test&url=http://bit.ly/4ZN7QD
important note: the callback parameter is needs to go first if you wish to use it otherwise it gets lost in the url parameter.
Give me a shout if you try out the api. Please note this is not ready for production and if you want to use it then let me know.


