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

- 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
-
Open the Watchlist at https://monitor.distill.io or in your browser extension
-
Click Add Monitor → Feed

-
Enter the feed URL. Add HTTP request parameters, headers, or body content using Add Query Param if needed
-
Click GO to send the request

- Once the feed loads, click Select

-
Configure check interval, alert actions, and conditions on the Options page
-
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.
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
- Right-click the page and select View Page Source
- Search for keywords: “feed”, “RSS”, or “Atom”
- Copy the URL from the
hrefattribute
Related monitors
- JSON feeds — Use JSON monitor
- Other XML files — Use XML monitor
Need help? Visit the Distill forum to explore discussions or ask questions.