I'm currently using delicious.com to get tags related to a link, but since Yahoo! today announced they are shutting down the service I'm curious what the alternatives are.

I'm not looking for a bookmarking service per se, but rather a service that lets me submit an arbitrary URL and get a response with tags related to the URL. Preferably it should have a decent hit ratio, so if I say link all the articles in the previous issue of the Economist, it would have tags for most of them.

It seems Yahoo! changed it's mind, but I would still be interested in alternatives:

link|improve this question

66% accept rate
Delicious does not generate tags, but looks to see if a url is in its database and pulls up tags that a user enters when adding a bookmark. – Colum Dec 28 '10 at 2:03
@Colum - I'm well aware of that :) – Kit Sunde Dec 28 '10 at 16:05
1  
Then I guess I was of no help. Sorry :( – Colum Dec 30 '10 at 4:35
feedback

1 Answer

Building on earlier comments, I would say there are two options to this interesting problem:

Suggested tags based on how users have bookmarked the URL:

  • Delicious - still alive under new ownership
  • Pinboard - rising in popularity; API is compatible with Delicious API

Fetch the contents from the URL and run it through a content analysis webservice:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.