parse_rss_feed
Parse RSS or Atom feeds into clean JSON. Monitor news, blogs, or any feed source with metadata and up to 20 entries including title, link, description, and date.
Instructions
Parse RSS or Atom XML feeds into clean JSON with entries.
Use this to monitor news feeds, blog updates, or any RSS/Atom source.
Returns feed metadata (title, URL) and up to 20 latest entries with
title, link, description, and publication date.
Parameters:
url — The full URL of the RSS or Atom feed to parse
(e.g. "https://example.com/feed.xml").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |