RSS
RSS Feed Reader Node
Read data from an RSS feed
This node reads data from an RSS feed.
Node Inputs
- Feed Link: The link of the RSS feed
- Type:
Text
- Type:
- Number of Entries: The maximum number of entries to fetch
- Type:
Integer
- Type:
Node Parameters
- Timeframe: The timeframe of publish dates of alerts to read. The available options are: All, Past Day, Past Week, Past Month
Node Outputs
- Titles: A list of the titles from the feed
- Type:
List<Text>
- Example usage:
{{rss_feed_reader_0.titles}}
- Type:
- Summaries: A list of summaries of the feed
- Type:
List<Text>
- Example usage:
{{rss_feed_reader_0.snippets}}
- Type:
- Links: A list of the links of the sites from the feed
- Type:
List<Text>
- Example usage:
{{rss_feed_reader_0.links}}
- Type:
- Contents: A list of the content from the feed
- Type:
List<Text>
- Example usage:
{{rss_feed_reader_0.contents}}
- Type:
- Authors: A list of the authors from the feed
- Type:
List<Text>
- Example usage:
{{rss_feed_reader_0.authors}}
- Type:
- Published Dates: A list of the publish dates from the feed
- Type:
List<Text>
- Example usage:
{{rss_feed_reader_0.published_dates}}
- Type:
Considerations
- Click on the “+” button on the right of the node to create and connect the node to a semantic search node to enable semantic search on the feed.
Example
The below example shows a pipeline that returns the summaries from a RSS feed based on a RSS feed link.
- Text Node: Contains the RSS feed link
- RSS Feed Reader Node: Returns the summaries from the RSS feed based on a RSS feed link
- Feed Link:
{{text_0.text}}
- Number of Entries:
10
- Timeframe:
All
- Feed Link:
- Output Node: Displays the summaries
- Output:
{{rss_feed_reader_0.summaries}}
- Output: