Querying Google/a search engine through my webapp?
Googling "query searchengine" and the like doesnt give a good answer so i try here.
Searchengines generally do a good job of sorting out relevant data/links but they rarely ever take you all the way to the goal.
So I have some different webapps I'm working on and I would like to query Google or some other searchengine for a subject and then go through those links and present the relevant information.
I could obv write something to do this, but is it allowed? Or I have to pay for this service at Google? If so, is there some automated way to do this?
9 comments
[ 5.2 ms ] story [ 31.1 ms ] threadGoogle quietly re-introduced their search API a few months ago under the guise of the "Ajax Search API that doesn't require JavaScript" - it requires you to provide a referrer which is a bit weird, but it should work OK: http://code.google.com/apis/ajaxsearch/documentation/#fonje
Just get a Yahoo-ID and download the API. The following code searches for Zlatan Ibrahimovic and prints the top 40 results:
I'd imagine other languages have similar libraries.