Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man rss-from-anything

/rss-from-anything(1)

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 rss feed generator / html to rss converter
SYNOPSIS
POST https://x402.org/v1/rss-from-anything
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

RSS feed generator / HTML to RSS converter. Auto-detects article items on any HTML page, OR pass CSS selectors. RSS 2.0 output. For sites that don't publish a feed.

INPUTrequest schema
propertytypedescriptionreq?
urlstringPage URL to fetch and convert into an RSS 2.0 feed.required
feed_titlestringOverride channel title. Default page title.optional
item_selectorstringSelector for each item. If omitted, auto-detection runs.optional
title_selectorstringOptional CSS selector for item titles; overrides auto-detection.optional
link_selectorstringOptional CSS selector for item links; overrides auto-detection.optional
date_selectorstringOptional CSS selector for item publish dates; overrides auto-detection.optional
description_selectorstringOptional CSS selector for item descriptions or summaries; overrides auto-detection.optional
max_itemsnumberDefault 50, max 200.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.org/v1/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 once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the rss-from-anything tool to ..."
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
arxiv-summarizearXiv paper summarizer / research-paper TLDR.$0.04
scrapeWeb scraper / HTML extractor.$0.04
scrape-websiteWeb scraper / HTML to text / website content extractor.$0.04
screenshotWebsite screenshot / URL to PNG/JPG.$0.04
webpage-diffWebpage change detection / website monitor / content diff.$0.04
website-screenshotURL to PNG / JPG / website screenshot tool.$0.04
arxiv-searcharXiv full-text search.$0.03
domain-suggestBrandable domain suggester / startup-name brainstormer / product-name proposer / domain candidate generator.$0.05
SEE ALSO
agentutility(7) · webprobe(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org