I.e., I want my web server to initiate a Google Search, manipulate the results, and send the result back to the user's browser.
I know there's an AJAX API designed for searching client-side with Javascript, but is there a non-AJAX API designed for server-to-server communication (like there is for maps)?