VOOZH about

URL: https://apify.com/apivault_labs/universal-rss-scraper

โ‡ฑ Universal RSS Feed Parser โ€” Any RSS/Atom/RDF ยท Apify


๐Ÿ‘ Universal RSS Feed Parser | $1/1K | Any RSS/Atom/RDF avatar

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

Under maintenance

Pricing

from $1.00 / 1,000 feed item extracteds

Go to Apify Store

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

Under maintenance

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

Pricing

from $1.00 / 1,000 feed item extracteds

Rating

0.0

(0)

Developer

๐Ÿ‘ Apivault Labs

Apivault Labs

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

3

Monthly active users

an hour ago

Last modified

Share

๐Ÿ“ฐ Universal RSS Feed Parser | $1/1K | Any RSS/Atom/RDF Feed

Parse any RSS 2.0, Atom, or RDF feed and get structured article data: title, link, author, date, content, categories, media. Works on millions of blogs, news sites, podcasts, Substacks, Medium publications, YouTube channels.

โœจ Key Features

  • ๐Ÿ“‹ 3 formats supported: RSS 2.0, Atom, RDF (RSS 1.0)
  • ๐Ÿ” Batch feeds โ€” fetch 100s of feeds in parallel
  • ๐Ÿงน HTML stripping โ€” clean plain text for AI / search indexing
  • ๐Ÿท๏ธ Full metadata โ€” author, date, categories, enclosures (podcast MP3s)
  • ๐Ÿ–ผ๏ธ Media extraction โ€” thumbnails, enclosures, media:content
  • ๐Ÿ“ก Podcast-aware โ€” handles iTunes namespace
  • ๐Ÿ”’ Zero API keys

Input

Single feed

{
"feedUrls":["https://hnrss.org/frontpage"]
}

Bulk news aggregator

{
"feedUrls":[
"https://techcrunch.com/feed/",
"https://www.theverge.com/rss/index.xml",
"https://feeds.arstechnica.com/arstechnica/index"
],
"maxItems":50,
"stripHtml":true
}

Medium / Substack publications

{
"feedUrls":[
"https://medium.com/feed/@user",
"https://example.substack.com/feed"
]
}

YouTube channel as RSS

{
"feedUrls":[
"https://www.youtube.com/feeds/videos.xml?channel_id=UCxyz..."
]
}

Input Parameters

FieldTypeRequiredDescription
feedUrlsstring[]โœ…RSS/Atom/RDF feed URLs
maxItemsintโŒLimit per feed (0 = all). Default: 100
stripHtmlboolโŒPlain text (true) or preserve HTML (false). Default: true
extractFeedMetadataboolโŒInclude feed title/description on each item
maxConcurrencyintโŒParallel feed fetches (default: 5)
timeoutintโŒHTTP timeout per feed (default: 20)

Output

One dataset row per item:

{
"success":true,
"feedUrl":"https://hnrss.org/frontpage",
"feedTitle":"Hacker News: Front Page",
"feedLink":"https://news.ycombinator.com/",
"feedDescription":"Hacker News RSS",
"feedLanguage":"",
"title":"Show HN: I built a thing",
"link":"https://news.ycombinator.com/item?id=...",
"guid":"https://news.ycombinator.com/item?id=...",
"pubDate":"Sun, 11 May 2026 10:00:00 +0000",
"author":"username",
"description":"Short summary here",
"content":"Full article content...",
"categories":"Show HN, Software",
"comments":"https://news.ycombinator.com/item?id=..."
}

Use Cases

๐Ÿค– AI Agents / LLM Pipelines

  • Feed fresh content into GPT/Claude for summarization
  • RAG systems monitoring industry news
  • Automated briefing generation

๐Ÿ“Š News Aggregation

  • Build a niche news site pulling from 50 sources
  • Slack/Discord digest bots
  • Daily email digests (Make/Zapier + this actor)

๐ŸŽ™๏ธ Podcast Monitoring

  • Extract podcast episodes with audio URLs (enclosures)
  • Feed transcription pipelines
  • Build podcast discovery sites

๐Ÿ“ฐ Medium / Substack Tracking

  • Follow competitor newsletters automatically
  • Aggregate industry thought leaders

๐ŸŽฌ YouTube Channel Tracking

  • YouTube offers RSS feeds per channel (/feeds/videos.xml?channel_id=)
  • Get new video notifications without YouTube API quotas

๐Ÿ” SEO / Content Research

  • Analyze competitor publishing frequency
  • Content gap analysis

Pricing

  • $0.001 per item ($1 per 1,000 items)
  • Pay only for items actually parsed
  • Broken feeds skip cleanly โ€” no charge

How it works

  1. HTTP GET the feed URL
  2. Detect format (RSS 2.0 / Atom / RDF) from root element
  3. Parse items/entries with namespace-aware stdlib XML
  4. Extract title, link, date, author, content, categories, media
  5. Optionally strip HTML from content for clean text

Uses Python's built-in xml.etree.ElementTree โ€” no third-party dependencies, fast cold starts.

Notes

  • Works on any public feed โ€” no auth
  • Some feeds rate-limit aggressive re-polling (respectful defaults)
  • Malformed XML feeds return an error per feed, other feeds continue
  • Some feeds only return last 10-20 items regardless of maxItems

Pro tips

  • Automation: Apify Scheduler โ†’ every hour โ†’ Zapier โ†’ Slack = real-time news bot
  • YouTube RSS: use /feeds/videos.xml?channel_id=<id> for any YouTube channel (free, no API)
  • Substack: append /feed to any Substack URL
  • Medium: medium.com/feed/@user or medium.com/feed/publication-name
  • Podcasts: iTunes podcast URLs have RSS feeds โ€” find them via https://podcastindex.org

You might also like

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

maximedupre/rss-feed-reader

Read public RSS, Atom, RDF, and JSON Feed URLs. Export feed item titles, links, dates, authors, categories, content, images, enclosures, and source metadata for API workflows, schedules, and dataset exports.

๐Ÿ‘ User avatar

Maxime Duprรฉ

2

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

RSS Feed Reader

automation-lab/rss-feed-reader

This actor fetches and parses RSS 2.0, Atom, and RSS 1.0 (RDF) feeds into clean, structured JSON data. It extracts article titles, links, publication dates, authors, categories, descriptions, and full content. Use it to monitor news sources, aggregate blog posts, or build content pipelines.

๐Ÿ‘ User avatar

Stas Persiianenko

67