---
title: "Extract Feed Metadata"
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/extractfeedmetadata
markdown: https://docs.nodetool.ai/nodes/lib/rss/extractfeedmetadata.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/rss/extractfeedmetadata.md
---

# Extract Feed Metadata

**Type:** `lib.rss.ExtractFeedMetadata`

**Namespace:** `lib.rss`

## Description

Extracts metadata from an RSS feed.
    rss, metadata, feed

    Use cases:
    - Get feed information
    - Validate feed details
    - Extract feed metadata

## Properties

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

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `dict` |  |

## Related Nodes

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