Hi, I'm trying to write a local application (not a web application) that runs on a pc as a univeristy project. I want this application to provide a search box, and when the user enters a query term and presses the button, the application retrieves the first few URL's google finds. These URL's will be used for information extraction afterwards. Is there an applicable API for this? I see there is AJAX but this is for web applications only, or is it not? Thanks
Its not a problem about the search Limit, I will not do more searches than that for sure. Which API is it please? Thanks