谷歌新闻以JSON的形式提供

时间:2017-06-13 09:43:51

标签: android json rss feed news-feed

"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."

所以我尝试了https://news.google.co.in/news?cf=all&hl=en&pz=1&ned=in&output=rss

我收到了RSS Feed。但描述中包含适当的HTML。但哪个不适合android。所以我需要描述为一个字符串。 那我怎么能得到它?

1 个答案:

答案 0 :(得分:1)

尝试使用https://newsapi.org/google-news-api

这将为您提供JSON格式的Google新闻RSS Feed。