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
4
votes
0 answers
Google Feed API | Rate Limit Exceeded | No result returned
I am trying to get Google News of about 5000 companies using python.
I have scheduled to job to run like every 12 hours.
What i actually do is using the Google news link (https://news.google.com/news/feeds?q=MyQuery&output=rss) i create a link for a…

planet260
- 1,384
- 1
- 14
- 30
4
votes
2 answers
Select custom topics via Google News RSS
I want to incorporate news on my website, but the main topics need to be "books" or "authors" and etc. Basically, I need to select custom topics like these two I mentioned or the name of an author.
But I can't figure out how to do that, since the…

user2295471
- 87
- 2
- 6
4
votes
2 answers
feedparser and Google News
I'm trying to download a corpus of news (to try to do some natural language processing) from Google News using the universal feedparser with python. I really know nothing of XML, I'm just using an example of how to use the feedparser.
The problem is…

Rafael S. Calsaverini
- 13,582
- 19
- 75
- 132
4
votes
1 answer
Google news sitemap syntax
I have submitted Google news sitemap for my website using Xmap component of Joomla, i got the notification today as follow
Your Sitemap is on a site that is not in the Google News database. Google News can only accept Sitemaps from sites that we…

Moxet Jan
- 120
- 8
3
votes
1 answer
RSS Google news language
I am creating a RSS feed from Google News and it's working so far, but I'd like to get news from 2 languages, not just English
This is my RSS URL so far:
https://news.google.com/rss/search?q=energy+efficiency
It's working fine, just need to add the…

Mika
- 305
- 3
- 15
3
votes
2 answers
fine tuning pre-trained word2vec Google News
I am currently using the Word2Vec model trained on Google News Corpus (from here)
Since this is trained on news only until 2013, I need to updated the vectors and also add new words in the vocabulary based on the news coming after 2013.
Suppose I…

ayush singhal
- 1,879
- 2
- 18
- 33
2
votes
1 answer
Change the whole content of html tag in index.html with another html on some specific url in angular
I am using angular universal.
This is the main url : https://domain-name.com/articles/some-article-slug-here
When this url is opened then res.render('index') is called and it causes to render the index.html file as shown in the code…

Nandan Pandey
- 148
- 1
- 11
2
votes
0 answers
Convert Angular Webpage in AMP (Accelerated mobile Pages)
I have progressive web app in angular8. Is it possible to convert any created component into AMP? Searched a lot but nowhere related concept is documented well. Please help.

Nandan Pandey
- 148
- 1
- 11
2
votes
2 answers
add new words to GoogleNews by gensim
I want to get word embeddings for the words in a corpus. I decide to use pretrained word vectors in GoogleNews by gensim library. But my corpus contains some words that are not in GoogleNews words. for these missing words, I want to use arithmatic…

Mahsa
- 581
- 1
- 9
- 28
2
votes
1 answer
Google news rss parameter num 100 returning only 30 results
The link which i used to fetch results form google news
https://news.google.co.in/news?cf=all&hl=en&pz=1&ned=in&q=euro2016&csed=in&csep=false&num=100&sort=rated&output=rss
it is working fine but there is problem in number of results that i get.
the…

Sameer
- 705
- 10
- 25
2
votes
7 answers
Alternatives to Deprecated Google News API
What are some alternatives to the comprehensive and now deprecated Google News API?
I'm trying to load some JSON data from two government webservices to be parsed into a query for a news API which will send me back hefty relevant news.
It will be…

Da_Brahdahud
- 65
- 3
- 10
2
votes
1 answer
How do you get the related articles cluster in a Google News RSS feeds?
Google includes the following requirement to use there RSS news feeds:
Include a link to the Google News cluster of related articles for each
news item, using the link provided in the Google News feed.
This link should have a collection of other…

lehn0058
- 19,977
- 15
- 69
- 109
2
votes
1 answer
Get Website Listed in Google News
I've developed a wordpress website and with the help of Yoast News SEO plugin, I've created the News Sitemap XML.
However, when I submit the Sitemap to Google Webmasters, I get an error as below
Your Sitemap is on a site that is not in the Google…

varun1505
- 800
- 2
- 8
- 16
1
vote
2 answers
Web scraping articles from Google News
I am trying to web scrape googlenews with the gnews package. However, I don't know how to do web scraping for older articles like, for example, articles from 2010.
from gnews import GNews
from newspaper import Article
import pandas as pd
import…
1
vote
0 answers
Returning News Articles on the News Feature of Google Between Specific Dates in Python
I am currently building a simple media tracker (tried in a previous question but restarted from scratch) in python for a small organization that I work for. It works by searching key words on the news feature of google and returning all of the links…

Elijah Appelson
- 109
- 5