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

2

10

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.

Revis answered 2/12, 2015 at 21:39 Comment(0)
O
1

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

Overrate answered 3/12, 2015 at 13:59 Comment(4)
"Free quota: 100 requests/day" - this sucks.Revis
There is no other alternative for you for google search .Overrate
I'm not strictly tied to Google Search, any other alternative images search API is acceptable.Revis
Good,Instagram apis are also closing soonOverrate
P
0

The Yahoo Boss API is a pretty close substitute. It's not free though ($1.80 per 1,000 queries). And the results aren't quite as good as Google.

Presser answered 3/12, 2015 at 20:37 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.