Pricing
from $1.00 / 1,000 item parseds
RSS & Atom Feed to JSON Scraper
Monitor blogs, news sites, and podcasts. Convert any RSS or Atom feed into structured JSON data for instant content syndication.
Pricing
from $1.00 / 1,000 item parseds
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
30
Total users
9
Monthly active users
3 months ago
Last modified
Categories
Share
RSS & Atom Feed Parser
Parse any RSS or Atom feed into structured JSON and plug it straight into your monitoring pipeline. Tracking competitor blogs, industry news, or podcast releases becomes a scheduled job that outputs clean, normalized data โ no XML wrangling required. Feed it dozens of URLs at once and get back every item with title, link, date, author, and content snippet.
Features
- Multi-feed processing โ parse dozens of RSS and Atom feeds in a single run
- Format-agnostic โ handles RSS 2.0, RSS 1.0, and Atom feeds automatically
- Normalized output โ consistent JSON structure regardless of feed format differences
- Content snippets โ extracts plain-text previews from HTML content fields
- Category extraction โ preserves article categories and tags from feed metadata
- Configurable limits โ control how many items to extract per feed
- Timeout protection โ per-feed timeout prevents slow feeds from blocking the entire run
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
urls | array | Yes | โ | List of RSS or Atom feed URLs to parse (e.g. https://news.ycombinator.com/rss) |
maxItems | integer | No | 100 | Maximum number of items to extract per feed (1-500) |
timeoutSeconds | integer | No | 15 | Per-feed fetch timeout in seconds (1-120) |
Input Example
{"urls":["https://news.ycombinator.com/rss","https://feeds.arstechnica.com/arstechnica/index"],"maxItems":50,"timeoutSeconds":15}
Output
Each dataset item represents one feed item (article, post, or episode). Key fields:
feedUrl(string) โ the source feed URLfeedTitle(string) โ title of the parent feeditemTitle(string) โ title of the individual itemitemLink(string) โ URL to the full contentpubDate(string) โ publication datecreator(string) โ author or creator namecontentSnippet(string) โ plain-text preview of the contentguid(string) โ unique identifier for the itemcategories(array) โ list of tags or categories
Output Example
{"feedUrl":"https://news.ycombinator.com/rss","feedTitle":"Hacker News","itemTitle":"Show HN: Open-source tool for managing database migrations","itemLink":"https://github.com/example/db-migrate","pubDate":"Mon, 20 Jan 2025 18:45:00 +0000","creator":null,"contentSnippet":"A lightweight CLI for managing SQL migrations across Postgres, MySQL, and SQLite.","guid":"https://news.ycombinator.com/item?id=38901234","categories":[]}
Pricing
| Event | Cost |
|---|---|
| Item Parsed | Pay-per-event (see actor pricing page) |
Use Cases
- Content monitoring โ schedule daily runs to track blog posts, news articles, or podcast episodes
- Competitive intelligence โ follow competitor RSS feeds for product announcements and blog updates
- Data pipeline ingestion โ normalize feed data into JSON for downstream processing, databases, or dashboards
- Newsletter automation โ aggregate content from multiple sources into a curated feed
- AI agent context โ supply structured article data to LLM pipelines and RAG applications
- Slack/webhook alerts โ combine with Apify integrations to push new items to Slack or email
Related Actors
| Actor | What it adds |
|---|---|
| Google News Scraper | Search Google News by keyword instead of parsing known feed URLs |
| Hacker News Scraper | Get richer Hacker News data (scores, comments) via the Firebase API |
| Markdown Extractor | Convert the linked articles into clean Markdown for LLM ingestion |
