Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternative for https://ajax.googleapis.com/ajax/services/search/images?v=1.0 [closed]

These days I noticed that Google Search API for images which I'm using on my project is no longer available, e.g.

https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=apple

returns

{  
  "responseData": null,
  "responseDetails": "This API is no longer available.",
  "responseStatus": 403
}

What should I use instead for search images?

UPD: I'm not strictly tied to Google Search, any other alternative images search API is acceptable.

like image 844
Limon Monte Avatar asked Dec 02 '15 21:12

Limon Monte


1 Answers

This Api is longer available ,you need to use google custom search api. you can make limited calls on free version. For unlimited google search api calls you need to pay.

Make a custom google custom search api. https://console.developers.google.com/apis/api/customsearch

like image 99
Abeer Iqbal Avatar answered Sep 27 '22 17:09

Abeer Iqbal