Feed Monitor

What is a feed monitor?

A feed monitor tracks RSS and Atom web feeds, automatically alerting you when new content is published from online sources.

Supported HTTP methods

Supported HTTP methods in feed monitor

  • GET — Retrieves data from a resource (most common for feed monitoring). Distill uses GET requests to fetch the latest feed content
  • POST — Creates a new feed
  • PUT — Replaces an existing feed
  • PATCH — Partially modifies a feed
  • DELETE — Removes a feed

Note: POST, PUT, PATCH, and DELETE are rarely needed for monitoring feeds.

Set up a feed monitor

  1. Open the Watchlist at https://monitor.distill.io or in your browser extension

  2. Click Add MonitorFeed

Add feed monitor from Watchlist

  1. Enter the feed URL. Add HTTP request parameters, headers, or body content using Add Query Param if needed

  2. Click GO to send the request

adding feed monitor monitor URL

  1. Once the feed loads, click Select

adding feed monitor URL

  1. Configure check interval, alert actions, and conditions on the Options page

  2. Click Save to add the feed monitor to your watchlist

Video tutorial

Find a feed URL

Look for RSS icons

Many websites display an orange RSS icon. Click it to view or copy the feed URL.

How to find rss feed on website

Try common URL patterns

Add /feed, /rss, or /atom to the end of the website’s URL. Many blogs and sites use these conventions.

View page source

  1. Right-click the page and select View Page Source
  2. Search for keywords: “feed”, “RSS”, or “Atom”
  3. Copy the URL from the href attribute
How to find rss feed on website

Need help? Visit the Distill forum to explore discussions or ask questions.

Was this article helpful? Leave a feedback here.