Questions tagged [google-feed-api]

The Google Feed Javascript API lets you download any public Atom, RSS, or Media RSS feed using only JavaScript, so you can easily mash up feeds with your content and other APIs. It has been shutdown since February 15, 2016.

The Google Feed Javascript API lets you download any public Atom, RSS, or Media RSS feed using only JavaScript, so you can easily mash up feeds with your content and other APIs. It has been shutdown since February 15, 2016.

122 questions
37
votes
0 answers

Real alternative for Google Feed API

I find myself working with feeds (rss, atom, json, etc) pretty often, and most of the time it's mixing these feeds together for a site, and it's nothing but pain trying to build your code to get every condition right, and it's a waste of time, money…
Christian
  • 927
  • 2
  • 13
  • 22
9
votes
2 answers

Prevent Google Feed API from using cached feed

I am using the Google Feed JSAPI to read/parse a feed. The problem is, when the feed changes, the previous entries become invalid (links and images don't work) so I cannot load a cached version of the feed. I thought there would be an option when…
Brian Pipa
  • 808
  • 9
  • 23
6
votes
3 answers

Google Feeds API not working - Has it been shutdown?

I just opened up my news website that I'm working on this morning and none of the RSS news feeds are being displayed, I went onto the Google Feed Forum to see if there had been anything posted about it and the only thing I found was…
Mark O'Sullivan
  • 10,138
  • 6
  • 39
  • 60
5
votes
1 answer

Create ko.observableArray from JSON Object in knockout

I just started using knockout.js and it works great with normal bidings. I have a problem with observableArray. I want to create an observableArray and assign to it a JSON data from Google Feed API. Here is the JSON format…
Maxali
  • 1,934
  • 2
  • 16
  • 25
4
votes
3 answers

Best practices for developing a feed aggregator / proxy?

I'm looking into writing a proxy aggregator for feeds, where a handful of users specify a feed URL and some set of conditions, and the system outputs a continually-updated RSS/Atom feed of entries that match those conditions. Are there best…
Anirvan
  • 6,214
  • 5
  • 39
  • 53
4
votes
2 answers

Google feed api deprecated, How can i find rss feed of web site?

I used Google Feed API for finding rss feeds of special keywords or websites, now this api deprecated, so i need alternative way for finding rss of website, I google it but i cannot find any good way.. Find rss from parsing html of website is not…
Mehdi Yeganeh
  • 2,019
  • 2
  • 24
  • 42
4
votes
3 answers

google spreadsheet feeds with multiple worksheets

How to get feeds from multiple sheets using google spreadsheet feeds api? Below URL fetches the feeds from first sheet only. In my spreadsheet I have 3 work sheets and I want to fetch remaining sheets data as…
suman j
  • 6,710
  • 11
  • 58
  • 109
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
1 answer

Google Feed API alternatives

I am in the process of writing a RSS reader. I want the user to be able to search for RSS feeds on the web by keywords and subscribe to them. Currently I am using Google Feed API which allow me to send text queries and receive all relevant RSS feeds…
Idan
  • 2,819
  • 4
  • 33
  • 61
3
votes
4 answers

How to get the description of a news Item from GOOGLE AJAX Feed API

I am using a script to load news from different sources, using Google AJAX feed API. How can I get the description of an entry? Below is an hello world program: