Questions tagged [google-image-search]

276 questions
9
votes
2 answers

How to get image URL property from Wikidata item by API?

I've made an android app that uses the JSON Google image search API to provide images but I have noticed that Google have stopped supporting it. I have also discovered that Wikidata sometimes provides a image property on some items, however I can't…
9
votes
4 answers

Google images: get large image URL from thumbnail URL

Is there any way to build the URL of a medium/large/original image corresponding to a thumbnail URL returned by the Google Custom Search API? In other words, from this thumbnail URL:…
sdabet
  • 17,379
  • 11
  • 73
  • 143
8
votes
3 answers

Python script for "Google search by image"

I have checked Google Search API's and it seems that they have not released any API for searching "Images". So, I was wondering if there exists a python script/library through which I can automate the "search by image feature".
AKG
  • 359
  • 4
  • 17
8
votes
2 answers

Google Custom Search for Image Returns 500 Error

Started about 40 hours ago, Google Custom Search when used for image search (searchType=image) always returns 500 error. I have double checked with the APIs documentation and there seems to be no change. This is affecting quite a lot of people as…
juminoz
  • 3,240
  • 7
  • 32
  • 48
8
votes
1 answer

How to upload image and then perform custom google image search based on that image in iOS?

Smart Peoples, I have worked on performing custom google image search like entering text and it will display a list of images ,i got that file in JSON. I have already referred https://developers.google.com/custom-search/v1/overview NOW I want to…
ABHI
  • 251
  • 1
  • 2
  • 7
6
votes
1 answer

Date range search using Google Custom Search API

I am using the Google Custom Search API to search for images. My implementation is using Java, and this is how I build my search string: URL url = new URL("https://ajax.googleapis.com/ajax/services/search/images?" +…
Amr
  • 2,190
  • 2
  • 12
  • 25
6
votes
1 answer

How to do a Google Image Search in an android app

I'm developing an Android app that will do a Google Image Search and return the images to the user in a list. I've looked around on StackOverflow and have run into some problems. First off, I'm a total newbie programmer with only 4 months' worth of…
6
votes
1 answer

Google Image Search API, does anyone have an example that works?

Trying to find out how to do Google image searches via an API / REST call. Apparently the image search API is deprecated and directs us to the Custom Search API. But my first experiments with the Custom Search API, return results from my own website…
Fraggle
  • 8,177
  • 5
  • 51
  • 85
5
votes
1 answer

How do I set the license for images on my site in Google Images?

Google Images has an option to filter images based on license. Each image on my site has a details page, where I have the following link to denote the license:
Sean Fujiwara
  • 4,442
  • 20
  • 33
5
votes
2 answers

Get more than 8 image search results

I'm using Google image search API in my Android app to search images. It is working fine, but I'm getting only 8 results of query. How can I get more than 8 images? (Or is there any better way to search images?) Below is my code: public class…
thumber nirmal
  • 1,621
  • 3
  • 16
  • 27
5
votes
1 answer

Getting the "best guess" info of an image like google reverse image search

I would like to add a function to my App similar to the "Best guess" section like the pic below, what is the best way to implement such feature? Any advice will be appreciated. Further more, since Google image search API has been deprecated, and the…
Craig Zheng
  • 403
  • 4
  • 17
5
votes
2 answers

Get Google Search Images using php

Search on Google images with car keyword & get car images. I found two links to implement like this, PHP class to retrieve multiple images from Google using curl multi handler Google image API using cURL implement also but it gave 4 random…
Tony Stark
  • 7,818
  • 8
  • 41
  • 63
5
votes
2 answers

How to use Google Custom Search for image search in objective c

can any one please tell me how I can use google custom search in my iphone application to search images only. I tried it but it asks for 'cse' or 'cx' parameter. Please help.
5
votes
1 answer

How to Access Google Googles API or Google Search by Image API

Would be great, if someone suggest me a way to access Google Googles API or Google Search by Image API. Currently seems that Google doesn't incentive the use of this API for third parts developers unlike the others Google APIs. The image search in…
Silverstorm
  • 12,730
  • 2
  • 34
  • 52
4
votes
2 answers

Google Image search by URL - "Find more like this one" button

I have a gallery of images on my website. Under each one, I'd like to have a link that says "Find more like this one". This link would automatically give Google Image Search the image url and return to the user a google search gallery of images…
Vigrond
  • 7,820
  • 4
  • 24
  • 43
1
2
3
18 19