Free RSS & Atom feed to JSON converter — structured items, in your browser

Parsing runs entirely in your browser — nothing is uploaded.

RSS to JSON — feeds as structured data

RSS and Atom are XML feed formats; most apps would rather consume JSON. This tool parses a feed with the browser's native DOMParser and maps it to a clean JSON object — a channel header plus an items array — so you can drop it straight into JavaScript. No server, no proxy.

RSS 2.0 vs Atom mapping

JSON fieldRSS 2.0Atom
link<link> text<link href>
published<pubDate><updated>
description<description><summary>

Because browsers block cross-origin feed fetches (CORS), paste the XML rather than a URL — that keeps the tool fully private and avoids a server proxy.

Related tools