URL format for Google News RSS feed

The name of the picture


URL format for Google News RSS feed



Google deprecated the old RSS feed URL format December 1st 2017 (deprecation notice), in addition to that they dropped the button in the Google News interface to generate a RSS URL (news mentioning this change).



This means that there is no public or documented method of generating a new RSS link. The only documentation they have is out of date since they changed the interface.



What is the new format for generating a RSS feed for a Google News topic?




1 Answer
1



Found an up-to-date library (1) that uses Google News RSS.



The URL new format seems to be:



Top news:



https://news.google.com/news/rss


https://news.google.com/news/rss



By topic:


https://news.google.com/news/rss/headlines/section/topic/{topic}



Where {topic} is one of the following values WORLD NATION BUSINESS TECHNOLOGY ENTERTAINMENT SPORTS SCIENCE HEALTH


WORLD NATION BUSINESS TECHNOLOGY ENTERTAINMENT SPORTS SCIENCE HEALTH



Custom topics does not seem to work.



By geolocation:


https://news.google.com/news/rss/headlines/section/geo/{location}



Not sure about the formatting for the {location} parameter



By search query


https://news.google.com/news/rss/search/section/q/{query}



Where the {query} parameter is a free text search






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

C++ virtual function: Base class function is called instead of derived