Infinit.e supports harvesting data from RSS feeds in a number of common formats (Atom, RSS 1.0, RSS 2.0, etc.). The Sample Feed Harvester Specification below demonstrates how to connect to and extract data from a feed using the harvester:

source : {
   ... 
   "extractType" : "Feed",
   "authentication" : {
       "username" : "username", 
       "password" : "password"},
   "url" : "http://www.mayoclinic.com/rss/blog.xml",
   ...
}

Note: A complete example of the above source including a sample feed document harvested from the source can be found here: Feed Source.