I'm working on a script for a question and answer site. The script will need to run a query, and then if nothing is found provide the option to send the question via email to a human for review.
My initial thought was to tie into Google's API and hardcode 'site:$site $query' as the search string and if nothing is found email $query to a person.
That works all fine and dandy, except that the google's nusoap api only allows access to the first 10 results. Pretty lame.
I'm basically back to square 1. What would you guys recommend for building a simple search. I don't have shell access or a database. :-(