twitter search + Google + Site search

2008-12-06 Thread desinformado
Hello people, I am setting a tech gadget search related website and I would like to know how to pass the search parameters from my site search to Google and Twitter Search. If a visitor search for something in my site the result come from twitter + my site search + google search. Any help?

Re: twitter search + Google + Site search

2008-12-06 Thread Aaron Brazell
You could use Lijit. ;) Yes, that was shameless self promotion for the company I work with. But seriously, you'd have some problems with Google because I don't think Google has a publicly available search API. -- Aaron Brazell web:: www.technosailor.com phone:: 410-608-6620 skype:: technosailor t

Re: twitter search + Google + Site search

2008-12-06 Thread Abraham Williams
Google Custom Search Engine might work: http://www.google.com/coop/cse/ You can set it up to search all of google while emphasizing results from your site and twitter. On Sat, Dec 6, 2008 at 14:10, Aaron Brazell <[EMAIL PROTECTED]> wrote: > You could use Lijit. ;) Yes, that was shameless self pr

Re: twitter search + Google + Site search

2008-12-06 Thread Brendan O'Connor
Google does have a public API, its "AJAX" API (which is just a JSON-over-HTTP API) http://code.google.com/apis/ajaxsearch/ and if you're in to python http://anyall.org/blog/2008/11/python-bindings-to-googles-ajax-search-api/ Brendan On Sat, Dec 6, 2008 at 12:10 PM, Aaron Brazell <[EMAIL PROTECT