Is there an API that can take a URL and return a tagcloud datastructure?

link|improve this question

feedback

1 Answer

This shouldn't be so hard to accomplish; there are plenty of libraries that generate tag clouds from text, so you can just fetch the web page, strip the HTML tags, and feed the result to the tag cloud library. What programming language will you be using?

Edit: the TagCrowd web service appears to do exactly what you want; however, it's license states that "automated/programmatic use is not permitted", so if that's what you want, you should probably go with the first option.

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.