VOOZH about

URL: https://apify.com/eliai/rss-feed-parser

⇱ RSS & Atom Feed Parser Β· Apify


Pricing

$20.00 / 1,000 feed parseds

Go to Apify Store

RSS & Atom Feed Parser

Parse any RSS or Atom feed into clean, normalized JSON β€” title, link, date, author, categories, and content for every item. No XML headaches.

Pricing

$20.00 / 1,000 feed parseds

Rating

0.0

(0)

Developer

πŸ‘ Anthony Snider

Anthony Snider

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Turn any RSS or Atom feed into clean, normalized JSON β€” no XML headaches.

Live on the Apify Store β€” run it instantly or call it as an agent tool via Apify MCP.

What you get

  • Works with RSS 2.0, RDF, and Atom feeds β€” auto-detected.
  • Every item normalized to the same shape: title, link, guid, publishedAt (ISO 8601), author, categories, summary, content, enclosure.
  • Items sorted newest-first; cap how many you want per feed.
  • Bulk mode β€” pass an array of feed URLs and get one result object per feed.
  • Handles CDATA, content:encoded, dc:creator, media:content, and enclosures.

Input

{
"url":"https://hnrss.org/frontpage",
"maxItems":50
}

Or parse many feeds at once:

{
"urls":[
"https://hnrss.org/frontpage",
"https://www.reddit.com/r/programming/.rss"
],
"maxItems":25
}

Output

One dataset record per feed:

{
"feedUrl":"https://hnrss.org/frontpage",
"feedTitle":"Hacker News: Front Page",
"itemCount":30,
"items":[
{
"title":"Show HN: A tiny RSS parser",
"link":"https://example.com/post",
"guid":"https://example.com/post",
"publishedAt":"2026-06-24T18:12:03.000Z",
"author":"jane",
"categories":["programming"],
"summary":"A short description…",
"content":"<p>Full HTML content…</p>",
"enclosure":null
}
]
}

Pricing

Pay-per-event: $0.02 per feed parsed. No subscription, no surprises.

You might also like

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.

Universal RSS Feed Parser | $1/1K | Any RSS/Atom/RDF

apivault_labs/universal-rss-scraper

Parse any RSS, Atom, or RDF feed. Extract articles with title, link, date, author, content, categories. Perfect for AI agents, Make/n8n/Zapier workflows.

6

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 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 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.

RSS & Atom Feed Reader - Monitor Any Feed at Scale

santamaria-automations/rss-feed-reader

Extract articles from RSS, Atom, and JSON feeds including title, author, content, images, categories, enclosures, and publication dates. Export data, run via API, schedule and monitor runs, or integrate with other tools.