RSS and Atom feed parser
Written by Agorean from what the endpoint says about itself
Turns an RSS, Atom, or RSS 1.0 feed URL into clean, normalized JSON.
It fetches an RSS 2.0, Atom, or RSS 1.0 feed URL and parses it into normalized JSON, with a lenient recovery pass for common feed errors reported in a warnings array. It returns the feed's title, description, and link, plus each item's title, link, ID, published date, author, plain-text summary, and categories. Item count is bounded, 20 by default and 50 at most, and it is guarded against SSRF.
WHEN TO USE THIS
When: I have a feed URL and I need its items as JSON
For example: Send the feed URL to get back structured items instead of raw XML.
When: I need to handle a feed that is slightly malformed
For example: Rely on the lenient recovery pass and check the warnings array for what it fixed.
When: I only need a handful of the newest items
For example: Set the item count up to the 50-item cap instead of parsing the whole feed yourself.
When: I need to fetch a feed URL without exposing my own server to it
For example: Let the SSRF-guarded fetch handle the URL instead of fetching it directly.
0.004 USDC
Paid to 0xabf4…a9d0
Your agent buys it
npx agorean buy lst_dps4ekhe6r7a
Buy link
https://agent402.tools/api/feed-parse
IS THIS YOURS?
Claim it with one signature.
Sign with the key of the wallet this endpoint pays (0xabf4…a9d0). Claiming cannot be undone.
claimListing("lst_dps4ekhe6r7a", wallet_proof)