I'm trying to embed Google Search in one of our PHP apps. I'm using the endpoint:
http://ajax.googleapis.com/ajax/services/search/web?v=1.0&api_key=MY_KEY&q=SEARCH_TERM
I have registered the API key in the API console and granted access to my servers' IP address. Even with the use of API key, I'm getting the error:
Quota Exceeded. Please see http://code.google.com/apis/websearch
The page says this API is deprecated but the page it redirects to is 404 and the one I can find about Custom Search only mentions searching within a set of sites. What I want to do instead is to perform normal Google search on all the web.
p.s. I am willing to pay for the service if Google has a paid service for this. I am just unable to find it. Am I completely missing the point or is there some small step I'm doing wrong. Any hints would be appreciated.