Feedform

Turn RSS and Atom feeds into consistent JSON.

Paste feed XML and get a predictable structure for up to 100 items.

RSS / Atom → JSON

Try the API

POST /api/feedform/normalize with JSON:

{
  "xml": "<?xml version=\"1.0\"?><rss version=\"2.0\"><channel><title>Notes</title><link>https://example.com</link><description>Updates</description><item><title>Hello</title><link>https://example.com/hello</link></item></channel></rss>"
}

Connect your agent or enable JavaScript for the interactive tool.

Shared launch capacity applies. Honor Retry-After on 429 or 503 responses.