Hacking Google Suggest
Adam Styles has the details on the Google Suggest code. The service is kind of a autocomplete for the search box, where Google gives you suggestions and the number of results for those.
Implemented with some JavaScript, a request sends the keywords and a list back. This is hacked to get a tool for obtaining suggestions (PHP) for any (partial) keyword withoug doing actual searches (or loading the Google page). Cool!

Comments