VOOZH about

URL: https://apify.com/wsgcjj/rss-to-json

⇱ RSS to JSON β€” Structured Feed Data for AI Β· Apify


πŸ‘ RSS to JSON β€” Structured Feed Data for AI avatar

RSS to JSON β€” Structured Feed Data for AI

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

πŸ‘ ι™ˆδΏŠζ°

ι™ˆδΏŠζ°

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 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βœ… Yesβ€”URL 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

You might also like

RSS Feed Scraper & RSS to JSON Converter

xtech/feed-extractor

Scrape and parse RSS, Atom, JSON Feed (and podcast RSS) URLs into clean, structured JSON. Outputs one dataset row per feed entry/item for easy export to CSV/JSON and automations.

RSS Feed Scraper β€” Atom, Podcast & Multi-Feed

devilscrapes/rss-feed-scraper

Parse and convert any RSS or Atom feed to a clean dataset β€” title, link, author, published date, summary, full HTML content, tags, GUID β€” export to JSON or CSV. A drop-in RSS feed parser for RSS 2.0, Atom 1.0, and the content:encoded / dc:creator extensions.

RSS Feed Reader - Bulk RSS & Atom Feed Parser

logiover/bulk-rss-feed-reader

Read and parse RSS, Atom and RDF feeds in bulk, or auto-discover feeds from any website. Extract thousands of articles with full metadata for news monitoring, content aggregation and AI/RAG pipelines. No API key, export to CSV or JSON.

Website to RSS Feed Generator

constant_quadruped/website-to-rss

Convert any website into an RSS feed instantly. Auto-detects blog posts, news, and articles. Supports JavaScript sites via Playwright. Filter by keywords, extract full content, output as RSS or JSON. Perfect for competitor monitoring, news aggregation, and research tracking.

RSS / Atom Feed Scraper

rupom888/rss-atom-feed-scraper

Scrape any RSS or Atom feed. Works with news sites, blogs, podcasts, YouTube channels (/feeds/videos.xml?channel_id=...), Reddit (/r/subreddit/.rss), and any standard feed URL. Extracts title, description, author, publish date, categories, and full content.

RSS to JSON

phazonoverload/rss-to-json

Converts RSS/Atom feeds to clean JSON output, preserving all feed metadata and item attributes.