RSS to JSON — Structured Feed Data for AI avatar

RSS to JSON — Structured Feed Data for AI

Pricing

Pay per usage

Go to Apify Store
RSS to JSON — Structured Feed Data for AI

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

Pay per usage

Rating

0.0

(0)

Developer

陈俊杰

陈俊杰

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

RSS/Atom Feed to JSON Converter

Built with Apify

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

FieldTypeRequiredDefaultDescription
feed_urlstring✅ YesURL of the RSS/Atom feed
max_itemsinteger❌ No50Max number of articles to fetch
include_contentboolean❌ NotrueInclude 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

  1. Go to Actor detail page
  2. Click Try or Run
  3. Enter a feed URL and optional parameters
  4. Download results as JSON, CSV, XML, etc.

Local development

# Install dependencies
pip install -r requirements.txt
# Run the actor
python -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