Many people would love to have feeds on Google search results, like they do on Google news or Google blog search. You can do many thing with this, for example you can build Google search like in your website or blog.
But Google doesn’t show any interest on giving away this feature. Instead they gave us Ajax search API which of course has limitation in number of queries.
It’s just a matter of time until somebody finally hacked this out. All you need is three additional parameters in your query:
-
ch=xxx, xxx is series of checksum numbers
-
output=xml
-
client=navclient-auto
here is the example. And you can see the demo how to use this feeds on you website here. You can also grab the source code here.
This hack is basically derived from previous hack on Google Toolbar which is an extension in Firefox. Someone has figured out the algorithm to generate checksum by looking at the source, and all you have to do is to add output=xml to get the results in xml format.
I have to warn you though, this hack may conflict with Google Term of Services, but it’s still interesting enough to know it.
March 17th, 2007 at 2:52 pm
Makasih infonya, tapi ngeri juga mau pake kalo misalnya berbenturan ama TOS-nya.
October 23rd, 2008 at 4:15 pm
This is not working anymore. Any other suggestions??
Freddie