Pricing
from $3.00 / 1,000 results
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.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
14 days ago
Last modified
Share
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
