{"uid":"cap_gDsBePUQbjUr1wkjd0ISK","slug":"rss-atom-feed-to-json-converter-c12bbe2b","name":"RSS/Atom Feed to JSON Converter","description":"Fetch any public RSS or Atom feed and return clean JSON: feed title plus items with title, link, published date, and plain-text summary (no XML parsing needed). Query: url (feed URL), limit (1-50, default 20). Use to monitor news, blogs, releases, changelogs, or podcasts on a schedule.","url":"https://x402.shizu.me/rss","method":"GET","headers":{},"bodySchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"type":"object","required":["method"],"properties":{"method":{"const":"GET"},"queryParams":{"type":"object","required":["url"],"properties":{"url":{"type":"string"}}}}}}},"responseSchema":{"type":"json","example":{"url":"https://example.com/feed.xml","count":2,"items":[{"link":"https://example.com/post","title":"Post title","summary":"First lines...","published":"Mon, 07 Jul 2026 09:00:00 GMT"}],"feed_title":"Example Blog"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.004","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","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.004/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.004","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.004","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_mSEFBk6efJsS5j8g_9NRL","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.004","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches any public RSS or Atom feed URL and returns clean JSON with feed title and items including title, link, published date, and plain-text summary","exampleAgentPrompt":"Can you fetch the latest 10 items from the Hacker News RSS feed at https://news.ycombinator.com/rss and give me the titles and links as clean JSON?","exampleUseCases":[{"title":"Monitor software release updates","prompt":"Check the latest releases from the Node.js changelog feed at https://nodejs.org/en/feed/releases.xml and let me know which ones came out in the past week—I want to see the title, link, and date for each."},{"title":"Track tech news headlines daily","prompt":"Pull the top 15 stories from TechCrunch's RSS feed at https://techcrunch.com/feed/ and give me a summary table with the headline, publication date, and article link so I can scan what's trending today."},{"title":"Aggregate podcast episodes weekly","prompt":"Fetch the last 20 episodes from the podcast feed at https://feeds.example.com/podcast.xml and format them as JSON with episode titles, links, and publish dates so I can recommend recent episodes to my team."}],"resultDescription":"A JSON object containing the feed's title and an array of up to 50 items, each with title, link, published date, and plain-text summary stripped of XML/HTML markup.","failureModes":["Invalid or unreachable feed URL returns an error","Feed URL points to non-RSS/Atom content — returns parsing error","limit out of range (below 1 or above 50) returns validation error","Private or paywalled feeds that require authentication will fail","Malformed XML in the feed may cause parse errors"],"whenToPreferThis":"Use this endpoint when you need to consume RSS or Atom feeds as structured JSON without writing XML parsing logic. Ideal for scheduled monitoring of news, blogs, release notes, changelogs, or podcasts. Prefer over web scraping when a site offers an official feed, as feeds are more stable and structured.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:56:45.378Z","isFirstParty":false}