RSS Feed Finder & Parser
Pricing
from $0.50 / 1,000 results
RSS Feed Finder & Parser
$0.5/1K π₯ RSS feed finder & parser! Discover a site's RSS/Atom feeds & pull recent items. No key. JSON, CSV, Excel or API in seconds. Aggregate content & monitor news β‘
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
ninhothedev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
RSS Feed Finder & Parser π‘
Discover any website's RSS/Atom feeds and pull recent items β clean JSON, no API key.
Point it at a blog or news homepage and it finds the feeds automatically. Point it at a feed URL and it parses the entries straight away. Built for content aggregation, news monitoring, competitive intelligence, and RAG pipelines that need fresh, structured article data.
- β
Auto feed discovery β reads
<link rel="alternate">tags and probes common feed paths (/feed,/rss.xml,/atom.xml,/index.xml,/feeds/posts/default,/?feed=rss2, β¦) - β
RSS + Atom parsing via the battle-tested
feedparser - β Clean output β HTML stripped, dates normalized to ISO 8601, categories as a list
- β No login, no key, no proxy required β pure HTTP, datacenter-friendly (operates on the URLs you supply)
- β Cheap β pay-per-result, roughly $0.50 per 1,000 items
What you get
One dataset item per feed entry:
| Field | Description |
|---|---|
site | The site URL you supplied (discover mode) |
feed_url | The feed the entry came from |
feed_title | Title of the feed / channel |
title | Entry title |
link | Canonical link to the article |
published | Publish date, normalized to ISO 8601 (YYYY-MM-DDTHH:MM:SSZ) |
author | Entry author (best-effort) |
summary | Description/content with HTML stripped, capped at 3,000 chars |
categories | List of tags/categories |
guid | Feed-provided unique id |
source | Always rss-feed-finder |
scraped_at | When the run fetched the item (ISO 8601) |
Input
| Field | Type | Default | Notes |
|---|---|---|---|
mode | select | discover | discover (site URLs β find feeds β parse) or parse (feed URLs β parse) |
urls | array | β | Website/blog URLs to scan (discover mode) |
feedUrls | array | β | Direct feed URLs to parse (parse mode) |
maxItemsPerFeed | integer | 50 | Cap per individual feed |
maxItems | integer | 200 | Total cap per run (max 2,000) |
Example β discover mode
{"mode": "discover","urls": ["https://blog.cloudflare.com", "https://techcrunch.com"],"maxItemsPerFeed": 50,"maxItems": 200}
Example β parse mode
{"mode": "parse","feedUrls": ["https://blog.cloudflare.com/rss/"],"maxItemsPerFeed": 100}
Example output item
{"site": "https://blog.cloudflare.com","feed_url": "https://blog.cloudflare.com/rss/","feed_title": "The Cloudflare Blog","title": "Cloudflare Internal DNS is now generally available","link": "https://blog.cloudflare.com/internal-dns/","published": "2026-07-20T20:59:31Z","author": "Hannes Gerhart","summary": "Cloudflare Internal DNS brings authoritative and recursive DNS for private networksβ¦","categories": ["DNS", "Networking", "Product News", "Zero Trust"],"guid": "https://blog.cloudflare.com/internal-dns/","source": "rss-feed-finder","scraped_at": "2026-07-21T13:04:00Z"}
Use cases
- Content aggregation β build a multi-source reading feed or newsletter digest
- News monitoring β track a set of blogs/newsrooms and alert on new posts
- RAG feeds β keep a vector store fresh with the latest articles from your sources
- Competitive intelligence β watch competitors' blogs and changelogs for updates
Tips
- In discover mode, if a site exposes no
<link rel="alternate">tag, the actor still probes common feed paths, so most WordPress/Ghost/Substack/Blogger sites just work. - Feed URLs are also accepted in the
urlsfield in parse mode (they'll be parsed directly). - Schedule the actor to run on an interval and connect the dataset to your database, Zapier/Make, or a webhook.
Related actors by the same author
Keywords
rss, atom, rss feed finder, rss parser, feed discovery, news monitoring, content aggregation, rag, article feed, blog feed, rss to json, feed reader, syndication