ironman5366 / search

queries google, wolframalpha, and wikipedia to get a result to your query
1 stars 0 forks source link

Google Search API #2

Open ghost opened 7 years ago

ghost commented 7 years ago

The true reason for the search feature no longer functioning is that Google has switched to a different API service for website searches... I do not think it is possible to grab if there is a wikipedia result anymore.

{"responseData": null, "responseDetails": "The Google Web Search API is no longer available. Please migrate to the Google Custom Search API (https://developers.google.com/custom-search/)", "responseStatus": 403}

ironman5366 commented 7 years ago

Ok - thanks for letting me know. When I get a chance I'll switch to the new API, it should work then.