Querying Google/a search engine through my webapp?
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?
[+] [-] simonw|18 years ago|reply
Google 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
[+] [-] schtog|18 years ago|reply
Just get a Yahoo-ID and download the API. The following code searches for Zlatan Ibrahimovic and prints the top 40 results:
[+] [-] bluelu|18 years ago|reply
[+] [-] FiReaNG3L|18 years ago|reply
[+] [-] unknown|18 years ago|reply
[deleted]
[+] [-] aneesh|18 years ago|reply
I'd imagine other languages have similar libraries.
[+] [-] kp212|18 years ago|reply
[+] [-] alexstaubo|18 years ago|reply