3 messages in com.googlegroups.google-base-data-apiRe: How to display google housings on...
FromSent OnAttachments
bharathi05 Jul 2007 01:15 
Jeff S06 Jul 2007 16:55 
bharathi08 Jul 2007 23:01 
Subject:Re: How to display google housings on my site
From:Jeff S (j.@google.com)
Date:07/06/2007 04:55:37 PM
List:com.googlegroups.google-base-data-api

Hi bharathi,

You can find examples of performing queries in multiple languages in the developer guide:

http://code.google.com/apis/base/javadevguide.html

There are also some helpful example programs here:

http://code.google.com/apis/base/sample-apps.html

I'm not sure what language you are interested in developing in, but between these two pages, you should hopefully be able to find something to help you get started. Here's a tip, if you are looking for housing items, you can specify an item type of housing in two ways; as a URL parameter:

...?bq=[item type: housing]...

Or using a category query as part of the URL

.../-/housing/...

Happy coding,

Jeff

On Jul 5, 1:15 am, bharathi <bhar@gmail.com> wrote:

I have started a new site. I would like to display all the real estate(housing) properties on my site like (bedrooms,bathrooms,price). And also i need the search funcionality.

What is the way to do that?

Anyone help me...