parse_rss_feed
Convert RSS or Atom feeds to structured JSON, returning feed metadata and up to 20 latest entries with title, link, description, and publication 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 |