Check the below link to frame queries and you would get the response
in xml. Parse it and display the result.

sample result for the query below is
Query:
http://www.google.com/base/feeds/snippets?q=apple+ipod

Result :

- <entry>
  <id>http://www.google.com/base/feeds/snippets/18432639498787890387</
id>
  <published>2009-08-05T14:27:16.000Z</published>
  <updated>2009-11-25T15:22:21.000Z</updated>
  <category scheme="http://base.google.com/categories/itemtypes";
term="Products" />
  <title type="text">Apple iPod Universal Dock Adapter 3-Pack for iPod
with color displa</title>
  <content type="html">Apple iPod Universal Dock Adapter 3-Pack for
iPod with color display (20GB, 30GB, U2) at the online Apple Store.</
content>
  <link rel="alternate" type="text/html" href="http://store.apple.com/
us/go/product/MA122G/B?aosid=p210&cid=AOS-US-SHOP-Froogle&src=frgl" /
>
  <link rel="self" type="application/atom+xml" href="http://
www.google.com/base/feeds/snippets/18432639498787890387" />
- <author>
  <name>Apple</name>
  </author>
  <g:games type="boolean">false</g:games>
  <g:condition type="text">New</g:condition>
  <g:product_type type="text">Computers > Hardware > Mac Laptops</
g:product_type>
  <g:mpn type="text">MA122G/B</g:mpn>
  <g:image_link type="url">http://a248.e.akamai.net/7/248/2041/1606/as-
images.apple.com/is/image/AppleInc/MA122</g:image_link>
  <g:upc type="text">MA122G/B</g:upc>
  <g:item_language type="text">EN</g:item_language>
  <g:id type="text">MA122G/B</g:id>
  <g:price type="floatUnit">9.0 usd</g:price>
  <g:target_country type="text">US</g:target_country>
  <g:ipod type="boolean">false</g:ipod>
  <g:expiration_date type="dateTime">2009-12-25T15:22:21Z</
g:expiration_date>
  <g:brand type="text">Apple</g:brand>
  <g:customer_id type="int">3622330</g:customer_id>
  <g:item_type type="text">Products</g:item_type>
  </entry>

Product Title  -  <title> Tag
Product Price - <g:price type> tag
Seller Name - <author><name></name></author>
Product URL - <link> (attribute href)

Thanks
Hari



On Nov 23, 12:06 am, igs <[email protected]> wrote:
> Is it possible to Ping Google Base API to research
>
> Product Title
> Product Price
> Seller Name
> Product URL
>
> We would like to display Google Products results on our website. I
> don't see this information on Google API info page.

--

You received this message because you are subscribed to the Google Groups 
"Google Base Data API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-base-data-api?hl=en.


Reply via email to