I was wondering if you guys could offer the option to specify a 'postback' url for a site, to which disqus would post all the comments made on that site in the same xml format the export uses.
For example, in my dashboard I'd specify http://www.example.com/comment as my postback url. Whenever someone comments on http://www.example.com/blog/entry.html, Disqus would make a POST request to the postback url with the xml for that comment. Then I could store this information however I wanted, index it for search, whatever.
Of course, if there is some other way to get this information, just ignore all that. I know I can constantly export the xml file and work with that, but it'd be nice to be able to take advantage of the Disqus ajaxy goodness while still getting the comment contents for other uses.