RSS Feed Reader Node
Last updated
Last updated
This node reads data from an RSS feed.
Feed Link: The link of the RSS feed
Type: Text
Timeframe: The timeframe of publish dates of alerts to read. The available options are: All, Past Day, Past Week, Past Month
Number of Entries: The maximum number of entries to fetch
Type: Integer
Titles: A list of the titles from the feed
Type: List<Text>
Example usage: {{rss_feed_reader_0.titles}}
Summaries: A list of summaries of the feed
Type: List<Text>
Example usage: {{rss_feed_reader_0.snippets}}
Links: A list of the links of the sites from the feed
Type: List<Text>
Example usage: {{rss_feed_reader_0.links}}
Contents: A list of the content from the feed
Type: List<Text>
Example usage: {{rss_feed_reader_0.contents}}
Authors: A list of the authors from the feed
Type: List<Text>
Example usage: {{rss_feed_reader_0.authors}}
Published Dates: A list of publish dates of the links from the feed
Type: List<Text>
Example usage: {{rss_feed_reader_0.published_dates}}
Click on the “+” button on the right of the node to create and connect the node to a semantic node.
The semantic search node is a commonly connected node as you may want to embed the data for querying.