RSS Feed Scraper

Generate custom RSS feeds from any webpage using CSS selectors. Fill in the form below to create a feed that can be added to your RSS reader.

Example Configuration

Click to load an example configuration for testing:

The webpage URL you want to scrape
The title for your RSS feed. Optional - if omitted, the page URL will be used.
CSS selector for the container of each feed item
CSS selector for the item title (relative to item)
CSS selector for the item description (relative to item). Optional - if omitted, the title will be used as the description.
CSS selector for the item link (relative to item)
CSS selector for the publication date (relative to item). Works with <time datetime="..."> attributes or date text. Default: "time". Items without dates will get synthetic dates for proper ordering.

Preview Results

How to use this feed:

After submitting the form, you'll get an RSS feed URL that you can add to any RSS reader. The URL will contain all your settings as parameters, so you can bookmark it or share it.

Example URL format:
/feed?url=...&feed_title=...&items=...&title=...&description=...&link=...