{"uid":"cap_JCBCjLXSo0tryBIcYTJzQ","slug":"rss-withzero-ai-rss-atom-feed-parser-233f422a","name":"RSS/Atom Feed Parser","description":"Fetch and parse any RSS or Atom feed into structured JSON. Input: feed URL and optional maxItems (1-50, default 10). Output: feed metadata (title, description) and array of items with title, link, description, publication date, author, and categories. Handles both RSS 2.0 and Atom feed formats.","url":"https://rss.withzero.ai/run","method":"POST","headers":{},"bodySchema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri","description":"URL of the RSS or Atom feed to fetch and parse"},"maxItems":{"type":"integer","default":10,"maximum":50,"minimum":1,"description":"Maximum number of feed items to return (1-50, default 10)"}},"additionalProperties":false},"responseSchema":{"type":"object","required":["feedTitle","feedUrl","items"],"properties":{"items":{"type":"array","items":{"type":"object","required":["title","link"],"properties":{"link":{"type":"string","description":"Item URL"},"title":{"type":"string","description":"Item title"},"author":{"type":"string","description":"Author name"},"pubDate":{"type":"string","description":"Publication date"},"categories":{"type":"array","items":{"type":"string"},"description":"Categories/tags"},"description":{"type":"string","description":"Item description or summary (HTML stripped)"}},"additionalProperties":false},"description":"Feed items"},"feedUrl":{"type":"string","description":"URL that was fetched"},"feedTitle":{"type":"string","description":"Title of the feed"},"feedDescription":{"type":"string","description":"Description/subtitle of the feed"}},"additionalProperties":false},"example":null,"exampleRequest":null,"tags":[],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"registry","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"mpp","network":"tempo","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"mpp","network":"tempo","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_wJ3B0l5hdttymiylz_8ee","protocol":"mpp","methodType":"crypto","chain":"tempo","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x20C000000000000000000000b9537d11c60E8b50","unit":"request","depositMicros":null,"planRef":"rss-feed-parser:1"}],"brandName":"rss.withzero.ai","brandSlug":"rss-withzero-ai-mpp","brandBaseUrl":"https://rss.withzero.ai","brandDocsUrl":null,"whatItDoes":"Fetches and parses any RSS 2.0 or Atom feed URL into structured JSON with feed metadata and individual items","exampleAgentPrompt":"Fetch the latest 5 articles from the Hacker News RSS feed at https://news.ycombinator.com/rss and give me the titles and links.","exampleUseCases":null,"resultDescription":"Returns a JSON object with feedTitle, feedUrl, feedDescription, and an items array where each item includes title, link, description (HTML stripped), pubDate, author, and categories. Up to 50 items can be returned per call.","failureModes":["Invalid or malformed URL returns a 4xx error","URL is not a valid RSS or Atom feed (e.g. returns HTML page) may result in parsing error","Feed server is unreachable or times out","maxItems outside range 1-50 is rejected by schema validation","Feed exists but contains zero items returns empty items array"],"whenToPreferThis":"Use this endpoint when you need to programmatically read the contents of any RSS 2.0 or Atom feed and get back clean, structured JSON — ideal for monitoring blogs, news sites, podcasts, or any content source that publishes a feed. Prefer this over scraping HTML pages when a site offers a feed URL.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T06:33:46.951Z","isFirstParty":true}