Google News is a free news aggregator provided and operated by Google Inc, selecting most up-to-date information from thousands of publications by an automatic aggregation algorithm.
Questions tagged [google-news]
131 questions
48
votes
6 answers
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…

Robin Andersson
- 5,150
- 3
- 25
- 44
18
votes
3 answers
web scraping google news with python
I am creating a web scraper for different news outlets, for Nytimes and the Guardian it was easy since they have their own API.
Now, I want to scrape results from this newspaper GulfTimes.com. They do not provide an advanced search in their website,…

Jiyda Moussa
- 925
- 2
- 9
- 26
9
votes
2 answers
How does Google News automatically categorize articles into Tech/Science/Health/Entertainment/etc?
Let's say I pick a random source like CNN. Would it be more advantageous to automatically sort scraped articles into categories based on keywords, or scrape individual parts of the website for different categories, i.e. cnn.com/tech or…

TheProofIsTrivium
- 768
- 2
- 11
- 25
9
votes
2 answers
Google custom search engine for Google News
I'm trying to use the Google custom search engine API to query Google News. The API is working great otherwise - but I want to get News results instead of web results.
I can't find a way to either restrict the CSE to use Google News, or to ensure…

zaump
- 147
- 2
- 12
8
votes
2 answers
Test google news sitemap?
How can I test / validate my Googlenews sitemap?
If I go to the search console I have an option to add/test sitemap. However it saying I have an invalid XML tag:
Parent tag: publication
Tag: keywords
But I can see this tag is valid so I think the…

Evanss
- 23,390
- 94
- 282
- 505
7
votes
1 answer
Can I customize look of Google News RSS feed on my website?
I have a doubt regarding the use of Google News RSS Feed. Google News help states this:
Why Google might block an RSS feed In some cases, Google News might
block a feed. That could happen if you are:
Using Google News feeds for profit or to…

Kashyap Kotak
- 1,888
- 2
- 19
- 38
7
votes
6 answers
Is there a way to get bing and google news search as rss?
Is there a way to get Google and Bing news searches as RSS?
I'd like to have the most recent at the top of the results (ordered by time) if possible.
And show 100 results if that is possible.
I found this for Google, but it only shows 5 items or so,…

chovy
- 72,281
- 52
- 227
- 295
5
votes
4 answers
memory error when using gensim for loading word2vec
I am using gensim library for loading pre-trained word vectors from GoogleNews dataset. this dataset contains 3000000 word vectors each of 300 dimensions. when I want to load GoogleNews dataset, I receive a memory error. I have tried this code…

Mahsa
- 581
- 1
- 9
- 28
5
votes
1 answer
Getting larger images from Google News RSS Feed
Is there an easy way to get higher resolutions for images from the google news feed in its RSS format? Currently I have access to images which are 80*80, i.e. thumbnails but I would imagine that there is a way to get higher resolutions via altering…

Bob-ob
- 1,560
- 4
- 18
- 34
5
votes
2 answers
News API that would allow search by source and Date
I am looking for a news API that allows me to map specific keywords and sources to the number of articles published in a specific time frame.
For example a user will input
{keyword1, source1, beginDate, endDate}
and the output will be
There are xx…

Jiyda Moussa
- 925
- 2
- 9
- 26
5
votes
2 answers
How do you specify retrieving local news when using a Google News RSS URL?
I am trying to build an RSS parser that users Google News RSS. I am able to retrieve news articles from the news URL just by targeting the following URL:
https://news.google.com/news/section?output=rss
However, on the google news page their is an…

lehn0058
- 19,977
- 15
- 69
- 109
4
votes
1 answer
How to get images from google RSS feed?
I'm using Google RSS for showing feed on my website.
RSS LINK :Google RSS Link
Output XML looks like this:
XML Output
Google News Output looks like this:
Google News Webpage
In the Google Webpage, I can see the image thumbnail for the same RSS…

Aghilan B
- 493
- 7
- 18
4
votes
3 answers
Google News XML API: use country/language parameters
I would like to subscribe to an RSS/XML feed from Google News that captures the following query:
Articles mentioning "studie" (German for "study"), written in German, emanating from any country.
I'm using https://news.google.com/rss/search, but…

Brad Solomon
- 38,521
- 31
- 149
- 235
4
votes
1 answer
News API - Getting output into Pandas DataFrame
I have successfully managed to call the News API and get the results into a DataFrame but only for Page 1.
def get_articles(keyword):
all_articles = newsapi.get_everything(q=keyword, sources='abc-news-au, news-com-au',
…

AdrianC
- 383
- 4
- 18
4
votes
3 answers
Decoding encoded Google News URLs
I saved a search in https://news.google.com/ but google does not use the actual links found on its results page. Rather, you will find links like…

CopyPasteIt
- 532
- 1
- 8
- 22