News Website to RSS Feed

Turn a news website into an RSS feed. Any page of a news website can be turned into an RSS feed. Provide the URL to the page and the API will return an RSS feed with the latest news from that page.

GET
https://api.worldnewsapi.com/feed.rss
Example Request and Response
GET
https://api.worldnewsapi.com/{{ examples.getWebsiteToRss }}
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Europe News | Today's latest from Al Jazeera</title>
        <link>https://www.aljazeera.com/europe/</link>
        <lastBuildDate>Sun, 08 Oct 2023 23:16:44 +0000</lastBuildDate>
        <pubDate>Sun, 08 Oct 2023 23:16:44 +0000</pubDate>
        <item>
            <title>Martinelli Fires Arsenal To Late 1 0 Win Over Manchester City</title>
            <link>https://www.aljazeera.com/sports/2023/10/8/martinelli-fires-arsenal-to-late-1-0-win-over-manchester-city</link>
            <guid isPermaLink="true">https://www.aljazeera.com/sports/2023/10/8/martinelli-fires-arsenal-to-late-1-0-win-over-manchester-city</guid>
            <atom:link href="https://www.aljazeera.com/sports/2023/10/8/martinelli-fires-arsenal-to-late-1-0-win-over-manchester-city"/>
        </item>
        ...
    </channel>
</rss>
cURL
Java
Javascript
Python
Go
C#
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}

Frequently Asked Questions

How does the Website to RSS Feed endpoint work?

You provide a website URL, and the endpoint generates an RSS feed containing the latest news articles found on that website. This allows you to monitor any news source via a standard RSS reader.

Can I convert any website into an RSS feed?

The endpoint works best with news websites and blogs that have regularly updated content with clear article links. Results may vary for non-news websites or sites with complex JavaScript-based navigation.

What format does the RSS feed use?

The endpoint returns a standard RSS 2.0 XML feed that is compatible with all major RSS readers and feed aggregation tools.


Questions? Need Help? Ask Away