ATOM / RSS Feed Parser for ColdFusion

rss parser coldfusion
Working with RSS or ATOM feeds in ColdFusion couldn't be simpler with the Foundeo Feed Parser UDF Library for ColdFusion. Just pass in a feed url, and get back a query.

The feed parser can take a valid RSS 0.9, RSS/RDF 1.0, RSS 2.0, and ATOM 1.0 feed url, and return a query. The format of the query is the same for all feed formats.

Easy to use

<cfinclude template="feedparser.cfm">
<cfset feed = parseFeed("http://www.petefreitag.com/rss/")>
<ul>
  <cfoutput query="feed">
    <li><a href="#feed.link#">#feed.title#</a></li>
  </cfoutput>
</ul>

Built in Caching

Cache the RSS feed in memory for high performance in just two extra characters:

<cfset feed = parseFeed(feedURL, 2)>

Simply pass in the number of hours you would like to cache the feed for into the second argument of the parseFeed function.

View the Documentation

Try it for yourself

download Download it and try it free. The demo is fully functional, however it appends the word *TRIAL* to the feed titles

System Requirements: CF 6 or greater

Buy it

The ColdFusion ATOM & RSS Feed Parser UDF's are available in three purchasing options.

ColdFusion Feed Parser Encrypted

Add Feed Parser License To Cart $49

ColdFusion Feed Parser with full source code

Add Feed Parser License To Cart $149

ColdFusion Feed Parser Unlimited Use License

Add Feed Parser License To Cart $749

The unlimited use license allows you to install it on as many sites and servers as you need to. This license does not allow you to resell the component. This package includes the encrypted version.



Orders are processed by PayPal, you don't need to join PayPal to order.

Ordering Information