A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Hi @Toriyama
There are several Search APIs for news based on headlines for news feeds.
Google News API (free and Json format)
Bloomberg API (free + Paid,, response JSON, XML and HTML)
News API (free for non-commercial, response Json Format)
New York Times API ( free for 1,000 calls per day, response Json Format)
ESPN API ( free, response XML, JSON)
Bing News API ( based on Azure Subscription, Response Json Format)
Guardian API (free for non-commercial, response Json Format)
Yahoo News API ($1.80 per 1000 queries, Response JSON, XML)
Financial Times API (paid, Json)
You can use above search APIs to create news feed. All these APIs response in Json format, therefore you can easily create news feeds and store in database as well.