Post it on Base. Find it on Google.
I began this week to test the Google Base beta projet API and bulk upload program.
Google Base is an online database provided by Google into which any user can add almost any type of content. A major component of Google Base is acting like a classified ads service. Some US real estate brokers are already listing their properties in this database and they seem pretty satisfied with the results and visits they get. We figured out that posting the homes for sale from ByTheOwner to Google Base could be a great idea to get additionnal visibility on our clients’ listings.
There a 3 ways to list a home for sale on Google Base.
- Fill a online form describing the home for sale : Works great, but I definitely wouldn’t want to be the one filling all the forms for the properties on ByTheOwner, eheh
- Work with the Google Base API, wich is quite simple if you get started with the demo.
- Bulk upload. You first create a spreadsheet or xml file containing a list of items you want to send to google. Then you upload the file in your Base account and google processes the items in the file.
At first, I started with the API cause I wanted to send the ads to google instantly when the homes were created on ByTheOwner. But the need to get authentified with google everytime made my program very unpleasant to use. I figured out that the best option for me was the bulk upload. So I’m working on a script that will create a xml file containing all the active listings on ByTheOwner every morning. I’ll just have to upload the file to Google Base and Ta-Da!
I sent a first 20 homes batch on friday for testing purpose and it seems to work pretty well. Only problem I see is that the description is incomplete in the search results. I’ll start uploading all of our clients ads as soon as I’ll get this fixed.

November 28th, 2006 at 12:50 am
Great post Frédérick. I’ve been looking to submit content for one of my sites to Google base also. Its a recipes website, and I’ll be submitting recipes to Google base. How long does it take the content to get added to Google base once you’ve submitted it?
November 28th, 2006 at 8:52 am
If you’re using the bulk upload method, you’ll have to send a first draft of your xml file to google so they can approve it. This may take from 2 to 3 days.
Google says that in general, it should take up to 24 hours for your items to be online.
If you’re looking forward to use the API however, it seems to work real faster. My first tests got online within an hour!