The Feed API will cease operations 
<https://developers.googleblog.com/2016/06/announcing-turndown-of-google-feed-api.html>
 on 
Sep 29th, 2016.

On Wednesday, March 2, 2016 at 9:17:57 PM UTC-8, SeungHoe Gu wrote:
>
> Hi,
>
> I'm trying to parse site feeds(a XML file) from Google Trends, which can 
> be referred from https://www.google.com/trends/hottrends/atom/feed?pn=p1
>
> In the XML file, there is <item> element, and as child nodes, there are 
> <title>, < link>, and <pubDate> elements. 
> These elements are accessible with this source code :
>
> var entry = result.entries[i];
> entry.title
> entry.publishedDate
>
> This is written in https://developers.google.com/feed/v1/devguide
>
> However, I cannot find way to access <ht:picture>, <ht:picture_source>, 
> <ht:approx_traffic>, <ht:news_item>, which are also child nodes of <item>.
>
>
> Thank you.
>
>
>
>
>
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
google-ajax-search-api@googlegroups.com
To unsubscribe from this group, send email to
google-ajax-search-api+unsubscr...@googlegroups.com
To view this message on the web, visit
https://groups.google.com/d/msgid/google-ajax-search-api/b5ad4900-f9be-4f12-9c99-02ceb5a9c163%40googlegroups.com
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-ajax-search-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to