Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What to use now Google News API is deprecated? [closed]

As part of a Project I'm working on I've been instructed to implement Google News API into a Web Application.

However, I've checked the Google News API site, and I see the following message:

Important: The Google News Search API has been officially deprecated as of May 26, 2011. It will continue to work as per our deprecation policy, but the number of requests you may make per day may be limited.

I've checked SO Questions but I've not been able to find a question related to the News API.

  • What should I use now that Google News API is redundant?
  • Is it the Custom Search API?
  • And if so, how can I make this relevant for just News Results for a particular query for my Web Application?

I've checked the Google News RSS, but this uses HTML in the description which won't work for my requirements as I just need the text.

like image 422
Curtis Avatar asked Oct 18 '11 11:10

Curtis


People also ask

Is Google News API dead?

Important: The Google News Search API has been officially deprecated as of May 26, 2011. It will continue to work as per our deprecation policy, but the number of requests you may make per day may be limited. I've checked SO Questions but I've not been able to find a question related to the News API.

Is there an API for Google News?

From a Google Sheets spreadsheet, the script connects to the free News API and gets current news headlines based on user-provided keywords. Once the news headlines are loaded into the sheet, the script uses the Google Cloud Natural Language API to run a sentiment analysis for each headline.

Is there any News API for free?

Mediastack. Mediastack is a simple and free REST API that allows you to access blog articles and live news worldwide in real-time. Get data from any news source and discover headlines and trends, historical news data, access breaking news, and monitor brands.


3 Answers

Depending on your needs, you want to use their section feeds, their search feeds

http://news.google.com/news?q=apple&output=rss

or Bing News Search.

http://www.bing.com/toolbox/bingdeveloper/

like image 87
nambrot Avatar answered Oct 04 '22 00:10

nambrot


I'm running into the same issue with one of my own apps. So far I've found the only non-deprecated way to access Google News data is through their RSS feeds. They have a feed for each section and also a useful search function. However, these are only for noncommercial use.

As for viable alternatives I'll be trying out these two services: Feedzilla, Daylife

like image 31
Justin Lucas Avatar answered Oct 04 '22 01:10

Justin Lucas


Looks like you might have until the end of 2013 before they officially close it down. http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/6aaa1b3529620610/d70f8eec3684e431?lnk=gst&q=news+api#d70f8eec3684e431

Also, it sounds like they are building a replacement... but it's going to cost you.

I'd say, go to a different service. I think bing has a news API.

You might enjoy (or not) reading: http://news.ycombinator.com/item?id=1864625

like image 31
NotMe Avatar answered Oct 04 '22 00:10

NotMe