Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man rss-from-anything

/rss-from-anything

agentutility / web-probe / rss-from-anything
PRICE / CALL
$0.04
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobe
CATEGORY
utilities
STATUS
live
NAME
rss-from-anything turn any webpage into an rss feed, even sites that never published one
SYNOPSIS
POST https://x402.agentutility.ai/rss-from-anything
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
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.

INPUTrequest schema
propertytypedescriptionreq?
urlstringWebpage URL to generate a feed from. Must be http or https.required
feed_titlestringTitle for the generated RSS channel. Optional; defaults to the page's <title>.optional
item_selectorstringCSS selector matching each feed item's container element. Optional; enables selector mode over the auto-detect heuristic.optional
title_selectorstringCSS selector for an item's title, relative to item_selector. Optional; falls back to the first a/h1/h2/h3.optional
link_selectorstringCSS selector for an item's link, relative to item_selector. Optional; falls back to the first a[href].optional
date_selectorstringCSS selector for an item's publish date, relative to item_selector. Optional; falls back to the first <time>.optional
description_selectorstringCSS selector for an item's description, relative to item_selector. Optional; falls back to the first <p>.optional
max_itemsnumberMaximum number of feed items to return. Optional; 1-200, defaults to 50.optional
OUTPUTresponse shape
fieldtypedescription
rssstringRSS 2.0 XML document as a string, ready to serve or save as .xml.
mime_typestringMIME type for the rss payload, typically application/rss+xml.
feed_titlestringChannel title derived from the source page's <title> or heading.
feed_linkstringCanonical link back to the source page used as the feed's channel link.
feed_descriptionstringChannel description derived from the page meta description or first paragraph.
item_countnumberNumber of items extracted and included in the feed.
itemsarrayArray of parsed feed items with title, link, pubDate, and description fields.
modestringExtraction mode used: 'auto' for heuristic detection or 'selectors' when CSS selectors were supplied.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/rss-from-anything \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the rss-from-anything tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
rssfeedscrapemonitorhtml
methods
POST
cluster
webprobe
price
$0.04 USDC per call
ADJACENTother endpoints in webprobe
endpointdescriptionprice
answer-webAnswers natural-language questions with live web research, returning a synthesized answer with inline [N] citations and the source URLs.$0.04
arxiv-summarizeTurn an arXiv paper into a structured research summary without reading the PDF.$0.04
scrapeScrape any webpage.$0.04
scrape-websiteScrapes any webpage and pulls title, description, canonical URL, OpenGraph + Twitter card metadata, headings, and outbound links from a s…$0.04
screenshotTurn any public URL into a PNG or JPG image on demand.$0.04
webpage-diffDetects changes on a webpage: fetches a URL, strips HTML to plain text, computes a SHA-256 hash, and (when given a previous hash or text)…$0.04
website-screenshotCapture a screenshot of any live URL and get back a hosted PNG or JPG.$0.04
arxiv-searchSearch arXiv's full paper catalog by query, author, category, or a specific id-list and get back structured results instead of scraping HTML.$0.03
SEE ALSO
agentutility · webprobe · x402 · mcp · llms.txt · registry.json · bazaar.x402.org