---
title: "Fetch RSS Feed"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/rss/fetchrssfeed
markdown: https://docs.nodetool.ai/nodes/lib/rss/fetchrssfeed.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/rss/fetchrssfeed.md
---

# Fetch RSS Feed

**Type:** `lib.rss.FetchRSSFeed`

**Namespace:** `lib.rss`

## Description

Fetches and parses an RSS feed from a URL.
    rss, feed, network

    Use cases:
    - Monitor news feeds
    - Aggregate content from multiple sources
    - Process blog updates

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| url | `str` | URL of the RSS feed to fetch | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| title | `str` |  |
| link | `str` |  |
| published | `datetime` |  |
| summary | `str` |  |
| author | `str` |  |
| items | `list` |  |

## Related Nodes

Browse other nodes in the [lib.rss](./) namespace.
