I would like to be able to use PHP to call a RESTful web service to get Google's search results. I saw (https://developers.google.com/web-search/) but it is deprecated. I am not looking to make a custom search for my own site's content, but rather would like to use an API to get search results for the Internet.
Google's web site suggests "Custom Search API" (https://developers.google.com/custom-search/v1/overview), but I'm not sure if that is what I need.
Any suggestions would be appreciated.