RSS Feed Scraper & RSS to JSON Converter
Pricing
from $10.00 / 1,000 results
Go to Apify Store
RSS Feed Scraper & RSS to JSON Converter
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.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Xtech
Maintained by CommunityActor stats
1
Bookmarked
21
Total users
9
Monthly active users
11 days ago
Last modified
Categories
Share
Turn any RSS, Atom, or JSON Feed URL into clean JSON and a spreadsheet-friendly table. Paste one or more feed links, run the Actor, and download results — no API keys for public feeds.
Quick start
- Add your feed URL(s) in Feed URLs (one per line).
- Click Start.
- Open the Output tab:
- Full feed JSON — complete feed with all entries (ideal for APIs and “RSS to JSON” workflows).
- Feed entries — one row per article, episode, or post (export to CSV/Excel).
Example input
{"feedUrls": ["https://feeds.bbci.co.uk/news/rss.xml","https://hnrss.org/frontpage"]}
What you get
| Output | Best for |
|---|---|
| OUTPUT (JSON file) | Apps, webhooks, n8n, Make, custom scripts — full feed structure in one file |
| Dataset (table) | Spreadsheets, monitoring, filtering by title/date/link |
Each dataset row includes the entry fields (title, link, published, …) plus feed context (feedTitle, feedUrl).
Input
| Field | Required | Description |
|---|---|---|
| Feed URLs | Yes | One or more RSS/Atom/JSON Feed URLs (up to 50 per run) |
| Normalize fields | No | Consistent output across feed types (default: on) |
| ISO date format | No | ISO-8601 dates (default: on) |
| Max description length | No | Truncate long HTML (default: 250; use 0 for full text) |
| Base URL | No | Only if relative links in the feed are not resolved |
| User-Agent / headers | No | Only if the feed blocks default requests |
Use cases
- RSS to JSON — Convert feeds for apps, RAG pipelines, or databases
- News & blogs — Monitor multiple sites in one run
- Podcasts — Extract episodes and metadata from podcast RSS
- Automation — Schedule runs and connect via Apify API, webhooks, or integrations
Notes
- Parses feed URLs you provide; it does not discover feeds from a website homepage.
- Some feeds omit fields (e.g.
published); output reflects what the source provides. - Older integrations can still pass a single
urlfield instead offeedUrls.