RSS/Atom feed parser · Feed Parse
$0.004
per call · USD Coin on Base
Fetch an RSS 2.0, Atom, or RSS 1.0 feed URL and parse it into normalized JSON: feed title/description/link plus items (title, link, id, published, author, plain-text summary, categories). Deterministic pure-XML parse with a lenient recovery pass for common malformations (reported in a warnings array). Item count is bounded (default 20, max 50). SSRF-guarded.
Endpoint
POST https://agent402.tools/api/feed-parse4
Calls / 30d
1
Unique payers / 30d
Aug 31
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://agent402.tools/api/feed-parse", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"limit": 5,
"url": "https://hnrss.org/frontpage"
}),
});
const data = await res.json();curl -X POST \
"https://agent402.tools/api/feed-parse" \
-H "Content-Type: application/json" \
-d '{"limit":5,"url":"https://hnrss.org/frontpage"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"description": "Hacker News RSS",
"format": "rss2",
"itemCount": 30,
"items": [
{
"author": "someone",
"categories": [],
"id": "https://news.ycombinator.com/item?id=1",
"link": "https://example.com/post",
"published": "Mon, 13 Jul 2026 12:00:00 +0000",
"summary": "Article summary…",
"title": "Show HN: …"
}
],
"link": "https://news.ycombinator.com/",
"title": "Hacker News: Front Page",
"updated": null,
"url": "https://hnrss.org/frontpage",
"warnings": []
}Payment details
0xabf4fabd7c416fb67202e5f9002389fc75e2a9d0USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of News & Content and the homepage with a featured placement.
More from RSS/Atom feed parser & similar services
Otto AI · Crypto News
x402.ottoai.services
Importance-ranked crypto headlines with per-article source links and publish times, plus a sentiment-scored market brief. Regenerated hourly; meta carries the snapshot's age and a fresh/stale verdict.
X402stock · News
x402stock.xyz
Curated stock-market news with ticker tags, source, publisher, image, and timestamps. Pass `?ticker=AAPL` to filter. From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402.
Otto AI · Equity News
x402.ottoai.services
Latest company news for a vendor-resolved equity: licensed Finnhub headlines from the trailing seven days with publication time, source, and summary. Only articles that name the company are served — labelled `primary` when the headline names it, `mentioned` when only the summary does — so a symbol-tagged story about another company never fills the list. Redirect URLs withheld; no sentiment is fabricated.