Json Google提要API-不返回提要URL

Json Google提要API-不返回提要URL,json,rss,google-api,google-feed-api,Json,Rss,Google Api,Google Feed Api,当我使用googlefeedapi的find搜索时,很多时候它并没有返回Feed的url 例如,查询“CNN”的查找搜索指向以下URL: 并返回以下结果: { "responseData": { "query": "cnn", "entries": [ { "url": "", "title": "<b>CNN</b>.com: Breaking News, US, World, Weather, Enter

当我使用googlefeedapi的find搜索时,很多时候它并没有返回Feed的url

例如,查询“CNN”的查找搜索指向以下URL:

并返回以下结果:

{
  "responseData": {
    "query": "cnn",
    "entries": [
      {
        "url": "",
        "title": "<b>CNN</b>.com: Breaking News, US, World, Weather, Entertainment <b>...</b>",
        "contentSnippet": "Find the latest breaking news and information on the top stories, weather, <br>\nbusiness, entertainment, politics, and more. For in-depth coverage, <b>CNN</b> <br>\nprovides&nbsp;...",
        "link": "http://www.cnn.com/"
      },
      {
        "url": "",
        "title": "World News - International Headlines, Stories and Video - <b>CNN</b>.com",
        "contentSnippet": "<b>CNN</b> brings you International News stories, video and headlines from Europe, <br>\nAsia, Africa, the Middle East, and the Americas.",
        "link": "http://www.cnn.com/world"
      },
      {
        "url": "",
        "title": "U.S. News - Headlines, Stories and Video - <b>CNN</b>.com",
        "contentSnippet": "<b>CNN</b>.com brings you US News, Videos and Stories from around the country.",
        "link": "http://www.cnn.com/us"
      },
      {
        "url": "",
        "title": "<b>CNN</b> (@<b>CNN</b>) | Twitter",
        "contentSnippet": "The latest Tweets from <b>CNN</b> (@<b>CNN</b>). It&#39;s our job to #GoThere and tell the most <br>\ndifficult stories. Come with us!",
        "link": "https://twitter.com/cnn"
      },
      {
        "url": "http://gdata.youtube.com/feeds/base/users/CNN/uploads?alt=rss&v=2&orderby=published&client=ytapi-youtube-profile",
        "title": "<b>CNN</b> - YouTube",
        "contentSnippet": "<b>CNN</b> operates as a division of Turner Broadcasting System, which is a subsidiary <br>\nof Time Warner. <b>CNN</b> identifies itself as -- and is widely known to be - the m...",
        "link": "http://www.youtube.com/user/CNN"
      }
    ]
  },
  "responseDetails": null,
  "responseStatus": 200
}
前4个结果没有附加URL。第五个是,但不相关,所以我最初删除带有空URL的项目的想法不起作用

按照他们的基本查询示例,他们的示例显示了填写的结果的url字段。复制和粘贴显示类似的结果,但没有填写url字段


除非我弄错了,否则这似乎是谷歌搜索结果的问题。

我敢打赌谷歌要么为这些订阅源刮取内容,要么通过与CNN而不是RSS的协议提供数据。不,这在福克斯、BBC的搜索中都会发生,在他们自己的例子中,结果也以同样的方式不同。此API不再可用。