Google Image Search API using Python

2015-12-02 Thread dmitrycmsman
Hello, I try write your an example code for work with Google Image Search API using Python and get an error: {'responseStatus': 403, 'responseData': None, 'responseDetails': 'This API is no longer available.'} My code: import urllib.request import simplejson url = ('https://ajax.googleapis.com

Re: Google Image Search API using Python

2015-12-02 Thread Jeremy Geerdes
It would seem that Google is finally cleaning house of deprecated services. Take the response at face value: the Image Search API is gone. JG On Dec 2, 2015 7:48 AM, <dmitrycms...@gmail.com> wrote: > Hello, I try write your an example code for work with Google Image Search > API