This node reads data from a RSS feed created from a Google Alerts: https://www.google.com/alerts

Node Inputs

  1. Feed Link: The link of the RSS feed
    • Type: Text

Node Parameters

  1. Timeframe: The timeframe of publish dates of alerts to read. The available options are: All, Past Day, Past Week, Past Month

Node Outputs

  1. Links: A list of the links of the sites from the feed
    • Type: List<Text>
    • Example usage: {{rss_feed_reader_0.links}}
  2. Dates: A list of publish dates of the links from the feed
    • Type: List<Text>
    • Example usage: {{rss_feed_reader_0.dates}}
  3. Titles: A list of the titles from the feed
    • Type: List<Text>
    • Example usage: {{rss_feed_reader_0.titles}}
  4. Snippets: A list of snippets of the links from the feed
    • Type: List<Text>
    • Example usage: {{rss_feed_reader_0.snippets}}

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.