RSS Feed Scraper & RSS to JSON Converter avatar

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

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

Xtech

Maintained by Community

Actor stats

1

Bookmarked

21

Total users

9

Monthly active users

11 days ago

Last modified

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

  1. Add your feed URL(s) in Feed URLs (one per line).
  2. Click Start.
  3. 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

OutputBest 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

FieldRequiredDescription
Feed URLsYesOne or more RSS/Atom/JSON Feed URLs (up to 50 per run)
Normalize fieldsNoConsistent output across feed types (default: on)
ISO date formatNoISO-8601 dates (default: on)
Max description lengthNoTruncate long HTML (default: 250; use 0 for full text)
Base URLNoOnly if relative links in the feed are not resolved
User-Agent / headersNoOnly 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 url field instead of feedUrls.