RSS to JSON — Structured Feed Data for AI
Pricing
Pay per usage
Go to Apify Store
RSS to JSON — Structured Feed Data for AI
Convert any RSS or Atom feed to clean structured JSON. Perfect for AI agents, content aggregation, news monitoring, and data pipelines.
RSS/Atom Feed to JSON Converter
Convert any RSS 2.0 or Atom feed into clean, structured JSON.
Designed for AI agents, content aggregation pipelines, news monitoring, and data integration workflows.
Features
- ✅ Supports RSS 2.0 and Atom feeds
- ✅ Outputs structured JSON with:
title,link,published,author,summary,content,tags,feed_title,feed_link - ✅ Configurable max items (default: 50)
- ✅ Optionally include full article content
- ✅ Full error handling and logging
- ✅ Pay-per-event pricing ($0.003/item)
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
feed_url | string | ✅ Yes | — | URL of the RSS/Atom feed |
max_items | integer | ❌ No | 50 | Max number of articles to fetch |
include_content | boolean | ❌ No | true | Include full article body |
Output (per item)
{"title": "Article Title","link": "https://example.com/article","published": "2025-05-29T12:00:00+00:00","author": "Author Name","summary": "Short description of the article…","content": "<p>Full HTML article body…</p>","tags": ["tag1", "tag2"],"feed_title": "My Blog","feed_link": "https://example.com/feed.xml"}
Usage
Apify Platform
- Go to Actor detail page
- Click Try or Run
- Enter a feed URL and optional parameters
- Download results as JSON, CSV, XML, etc.
Local development
# Install dependenciespip install -r requirements.txt# Run the actorpython -m src
Set the APIFY_LOCAL_EMULATOR_DIR environment variable for local data storage.
Pricing
Charged $0.003 per dataset item pushed. See .actor/pay_per_event.json.
License
MIT