Is there an API for Aardvark (http://vark.com)? How can I programmatically ask questions and get answers?
+1
A:
Since their website do not seems to provide an API, you'll have to rely upon the old, brutal and nevertheless efficient (as long as the site do not change) html scanning of pages.
Using java platform, i would suggest you to use Groovy goodness, like XmlSlurper, which allow one to parse an XML document with ease.
Besides, a fast googling told me that they're thinking about it.
Riduidel
2010-03-15 10:39:15