{"uid":"cap_MZKD9sjTWPoxotWDQwcU4","slug":"x402-deployer-x402-deployer-workers-dev-fe2871d5","name":"RSS Feed Generator from HTML Page","description":"Generate a valid RSS 2.0 feed from any HTML page. Auto-detects article items, or accepts CSS selectors for tricky pages.","url":"https://x402-deployer.x402-deployer.workers.dev/rss-from-anything","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":{"required":["url"],"properties":{"url":{"type":"string","description":"Webpage URL to generate a feed from. Must be http or https."},"max_items":{"type":"number","description":"Maximum number of feed items to return. Optional; 1-200, defaults to 50."},"feed_title":{"type":"string","description":"Title for the generated RSS channel. Optional; defaults to the page's <title>."},"date_selector":{"type":"string","description":"CSS selector for an item's publish date, relative to item_selector. Optional; falls back to the first <time>."},"item_selector":{"type":"string","description":"CSS selector matching each feed item's container element. Optional; enables selector mode over the auto-detect heuristic."},"link_selector":{"type":"string","description":"CSS selector for an item's link, relative to item_selector. Optional; falls back to the first a[href]."},"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."},"description_selector":{"type":"string","description":"CSS selector for an item's description, relative to item_selector. Optional; falls back to the first <p>."}}},"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","properties":{"rss":{"type":"string"},"mode":{"type":"string"},"mime_type":{"type":"string"},"item_count":{"type":"integer"}}}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.04","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","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.04/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.04","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.04","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_PKIFiQzWc2xic4zfyUq0z","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.04","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Converts any HTML webpage into a valid RSS 2.0 feed by auto-detecting or CSS-selector-targeted article items","exampleAgentPrompt":"Can you generate an RSS 2.0 feed from https://techcrunch.com/category/startups — use CSS selector '.post-block__title a' for article links if auto-detection doesn't work?","exampleUseCases":null,"resultDescription":"A valid RSS 2.0 XML feed containing detected or selector-targeted article items from the provided HTML page, including titles, links, and descriptions extracted from the page content.","failureModes":["Page URL unreachable or returns non-200 status — feed generation fails with error","Auto-detection finds no article items and no CSS selectors provided — returns empty or minimal feed","Invalid CSS selectors provided — selector-targeted extraction returns no items","Page is JavaScript-rendered and server-side HTML lacks article content — incomplete feed","Page blocks crawlers or returns CAPTCHA — cannot fetch HTML content"],"whenToPreferThis":"Use this endpoint when you need to create an RSS feed subscription from any arbitrary HTML webpage that does not natively provide one, especially when you want auto-detection of articles or need to specify custom CSS selectors for non-standard page layouts. Prefer this over generic scrapers when the output format must be a valid RSS 2.0 feed ready for feed readers or aggregators.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T06:44:23.149Z","isFirstParty":false}