# Find top 4 web page results for 'Hello world' GoogleAjax::Search.web('Hello world') # Find top 4 blogs for 'ruby' GoogleAjax::Search.blogs('ruby') # Find top 4 books for 'ruby' GoogleAjax::Search.books('ruby') # Find top 4 images for 'ruby' GoogleAjax::Search.images('ruby') # Find top 4 local results for 'ruby' at latitude 48.8565, longitude 2.3509 GoogleAjax::Search.local('ruby', 48.8565, 2.350

