Small BusinessReal EstateFinanceMarketingLegalOperationsSalesTemplatesPricingDocs
Get started

Step Guide: RSS Feed

Knowledge

Fetch and parse RSS/Atom feeds

Overview

The RSS Feed step fetches items from an RSS or Atom feed URL and parses them into a structured rows array. Each feed item becomes a row with fields like title, link, description, and publish date, compatible with For Each for per-item processing.

When to Use

  • Monitor news feeds for relevant articles and summarize them with AI
  • Pull blog post data to cross-post or repurpose content
  • Aggregate content from multiple RSS sources for a digest workflow
  • Track industry updates by fetching and analyzing feed items

How It Works

The step reads a feed_url from its input record, fetches the RSS or Atom feed, and parses the entries. Outputs a list array of feed items with metadata (title, link, description, publish date, etc.) plus a list_count. Connect to a For Each step to process items individually.

Actions

Fetch RSS Feed
Fetch and parse items from an RSS/Atom feed
How it works
Reads feed_url from the input record, fetches the feed, and parses all entries. Outputs {list: [...], list_count: N} with each row containing feed item metadata. The output field set defines the fields extracted from each feed item.
  • Connect the output to a For Each step to process feed items individually
  • Combine with AI Text Generate to summarize or categorize feed content
Tips
  • Works with both RSS 2.0 and Atom feed formats
  • Connect to For Each to iterate over feed items, then use AI or other steps to process each one
  • Schedule the workflow to periodically check feeds for new content