๐Ÿ“ก

RSS Feed Parser API

Fetch and parse any RSS 2.0 or Atom feed into clean structured JSON. Perfect for AI agents monitoring news, blogs, podcasts, and content feeds.

API Docs $0.002 / request

About this tool

Fetch any RSS 2.0 or Atom feed URL and return normalized structured JSON with feed metadata and items. Supports news sites, dev blogs, podcasts, YouTube channels, and any standard feed format. Output is unified regardless of whether the source is RSS or Atom.

Quick Start

curl -X POST https://api.iteratools.com/rss/fetch \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"url": "https://dev.to/feed", "limit": 5}'

Response

{ "feed": { "title": "DEV Community", "description": "The most authentic, human dev community", "url": "https://dev.to", "updated": "2026-03-18T12:00:00.000Z" }, "items": [ { "title": "Building AI Agents with IteraTools", "url": "https://dev.to/example/building-ai-agents", "published": "2026-03-18T10:30:00.000Z", "summary": "In this article we explore how to use IteraTools API to build powerful AI agents that can monitor content feeds, generate images...", "author": "Jane Dev", "categories": ["ai", "api", "tutorial"] } ], "count": 5 }

Parameters

Parameter Type Description
url required string RSS or Atom feed URL
limit number Max items to return (default: 10, max: 50)

Pricing

$0.002 per request via x402 micropayment on Base (USDC).

Full Documentation Browse All Tools