{"name":"rss-from-anything","description":"Turn any webpage into an RSS feed, even sites that never published one. Point it at a url and it auto-detects repeated article or listing items with a heuristic crawl, or you can hand it exact item_selector, title_selector, link_selector, date_selector, and description_selector CSS selectors for precise control, with max_items to cap the feed size. Returns valid RSS 2.0 XML plus mime_type, item_count, and which mode (auto or selector) produced it. Use it as an RSS feed generator, HTML-to-RSS converter, website feed builder, or feedless-site monitor for tracking blogs, listings, and news pages that don't expose a native feed.","price":"$0.04","method":"POST","input_schema":{"properties":{"url":{"type":"string","description":"Webpage URL to generate a feed from. Must be http or https."},"feed_title":{"type":"string","description":"Title for the generated RSS channel. Optional; defaults to the page's <title>."},"item_selector":{"type":"string","description":"CSS selector matching each feed item's container element. Optional; enables selector mode over the auto-detect heuristic."},"title_selector":{"type":"string","description":"CSS selector for an item's title, relative to item_selector. Optional; falls back to the first a/h1/h2/h3."},"link_selector":{"type":"string","description":"CSS selector for an item's link, relative to item_selector. Optional; falls back to the first a[href]."},"date_selector":{"type":"string","description":"CSS selector for an item's publish date, relative to item_selector. Optional; falls back to the first <time>."},"description_selector":{"type":"string","description":"CSS selector for an item's description, relative to item_selector. Optional; falls back to the first <p>."},"max_items":{"type":"number","description":"Maximum number of feed items to return. Optional; 1-200, defaults to 50."}},"required":["url"]},"input_example":{"url":"https://news.ycombinator.com","item_selector":"tr.athing","title_selector":"span.titleline a","link_selector":"span.titleline a","max_items":10},"output_example":{"rss":"<?xml version=\"1.0\"?>...","mime_type":"application/rss+xml","item_count":30,"mode":"auto"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}