RSS Feed Discovery — Find RSS & Atom Feeds avatar

RSS Feed Discovery — Find RSS & Atom Feeds

Pricing

from $0.20 / 1,000 discovered feed or audit rows

Go to Apify Store
RSS Feed Discovery — Find RSS & Atom Feeds

RSS Feed Discovery — Find RSS & Atom Feeds

Find RSS, Atom and JSON Feed URLs from websites using HTML discovery tags and common feed paths.

Pricing

from $0.20 / 1,000 discovered feed or audit rows

Rating

0.0

(0)

Developer

Q Services

Q Services

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

21 hours ago

Last modified

Categories

Share

Find RSS, Atom and JSON Feed URLs from websites.

Use it to build monitoring inputs, discover competitor content feeds, prepare automation pipelines, or enrich lists before running an RSS monitor.

Example result:

{
"siteUrl": "https://www.theverge.com",
"status": "found",
"feedUrl": "https://www.theverge.com/rss/index.xml",
"feedType": "atom",
"discoveryMethod": "common-path",
"itemCount": 40,
"scrapedAt": "2026-07-09T10:30:00.000Z"
}

How to use it

  1. Paste websites or page URLs.
  2. Keep common path checks enabled for better coverage.
  3. Start the Actor and export the discovered feeds.

Pricing

EventPrice
Run start$0.005
Per discovered feed or audit row$0.0002

1,000 rows cost about $0.205 before Apify platform usage.

Output fields

FieldTypeAlways present
siteUrlURLYes
statusfound or missingYes
feedUrlURL or nullNo
feedTyperss, atom, jsonfeed, or nullNo
discoveryMethodhtml-link, common-path, or nullNo
feedTitlestring or nullNo
feedStatusCodenumber or nullNo
feedContentTypestring or nullNo
itemCountnumberYes
scrapedAtISO dateYes

Limitations

  • It discovers feeds; it does not parse every article. Use an RSS monitor for article extraction.
  • It validates feed-looking responses only; malformed feeds may be skipped.
  • It checks the URLs you provide, not an entire site crawl.

FAQ

How is this different from an RSS parser? This Actor finds feed URLs. A parser consumes those feeds and extracts articles.

Can I schedule it? Yes. Schedule it to detect newly added or removed feeds across a portfolio of sites.