RSS
Google Alert RSS Reader Node
Read data from an RSS feed
This node reads data from a RSS feed created from a Google Alerts: https://www.google.com/alerts
Node Inputs
- Feed Link: The link of the RSS feed
- Type:
Text
- 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
- Links: A list of the links of the sites from the feed
- Type:
List<Text>
- Example usage:
{{rss_feed_reader_0.links}}
- Type:
- Dates: A list of publish dates of the links from the feed
- Type:
List<Text>
- Example usage:
{{rss_feed_reader_0.dates}}
- Type:
- Titles: A list of the titles from the feed
- Type:
List<Text>
- Example usage:
{{rss_feed_reader_0.titles}}
- Type:
- Snippets: A list of snippets of the links from the feed
- Type:
List<Text>
- Example usage:
{{rss_feed_reader_0.snippets}}
- 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 snippets from a Google RSS feed based on a Google Alert RSS feed link.
- Text Node: Contains the Google Alert RSS feed link
- Google Alert RSS Reader Node: Returns the snippets from the feed based on a Google Alerts RSS feed link
- Feed Link:
{{text_0.text}}
- Timeframe:
All
- Feed Link:
- Output Node: Displays the snippets
- Output:
{{google_alert_rss_reader_0.snippets}}
- Output: