Skip to content

Search and update Google Base with PHP

Link To Full Story: www.ibm.com

Understanding Google Base feeds

Before you start to develop applications with Google Base, you need to understand how it works. As with all REST-based services, things get rolling with an HTTP request to a designated resource. This HTTP request contains a query with one or more input parameters; the server replies to the query with an Atom feed, suitable for parsing in any XML-aware client.

To see how this works, try accessing the URL in your favourite Web browser:

http://www.google.com/base/feeds/snippets?
    bq=product+manager[itemtype:jobs][location:CA]

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*