{"uid":"cap_1Q_jypnCt0AYaqeg587QR","slug":"codepulse-api-rss-feed-parser-4e0c96e4","name":"CodePulse API – RSS Feed Parser","description":"Parses any public RSS or Atom XML feed URL into structured JSON.","url":"https://codepulse-api.hahavoid0.workers.dev/web/rss","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"Feed XML URL"}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":{"type":"json","example":{"result":{"feed":{"link":"https://news.ycombinator.com/","title":"Hacker News"},"items":[{"link":"https://example.com/interesting","title":"Interesting post","pubDate":"2026-06-25T12:00:00Z"}]},"warnings":[],"supported":true,"confidence":"high","data_as_of":"2026-06","disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting."}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","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.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_L5IogAK0s0fJ2OC6xkE9u","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches and parses an RSS feed URL, returning structured feed metadata and individual items including titles, links, and publication dates.","exampleAgentPrompt":"Can you fetch and parse the RSS feed at https://news.ycombinator.com/rss and give me the latest article titles and links?","exampleUseCases":[{"title":"Monitor blog for new posts","prompt":"Can you keep an eye on the RSS feed at https://martinfowler.com/feed.atom and let me know the titles and links of the most recent articles that have been published?"},{"title":"Extract latest podcast episodes","prompt":"I want to see what episodes are available on the Lex Fridman podcast — can you pull and parse the RSS feed at https://lexfridman.com/feed/podcast/ and list the episode titles, links, and publish dates?"},{"title":"Pull breaking news from feed","prompt":"Can you fetch the BBC News RSS feed at http://feeds.bbci.co.uk/news/rss.xml and give me a rundown of the current headlines and their article links?"}],"resultDescription":"Returns a structured JSON object with feed metadata (title, link) and an array of items each containing title, link, and pubDate. Also includes a confidence rating (e.g. 'high'), a data_as_of timestamp, any warnings encountered during parsing, a supported flag, and a disclaimer note.","failureModes":["Invalid or unreachable RSS feed URL returns an error or low confidence result","Non-RSS URL (e.g. plain HTML page) may return supported:false with empty items","Malformed XML in the feed may produce warnings or partial results","Rate limiting or network timeouts on the target server may cause failures","Feed with no items returns an empty items array"],"whenToPreferThis":"Use this endpoint when you need to parse a known RSS or Atom feed URL into structured data with minimal setup and no API key required. Ideal for AI agents that need to monitor or extract content from blogs, news sites, or podcasts via their RSS feeds. Best when pay-per-call pricing ($0.001 USDC via x402 on Base) is preferred over a subscription.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T06:36:10.753Z","isFirstParty":false}