Questions tagged [google-image-search]
297 questions
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.

iOS Monster
- 2,099
- 1
- 22
- 49
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
- 15,398
- 2
- 38
- 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
- 8,148
- 4
- 28
- 46
4
votes
1 answer
How can I refine my Python reverse image search to limit to a specific domain?
I'm using Python 3.8. I have the following script for launching a Google reverse image search ...
filePath = '/tmp/cat_and_dog.webp'
searchUrl = 'http://www.google.hr/searchbyimage/upload'
multipart = {'encoded_image': (filePath,…

Dave
- 15,639
- 133
- 442
- 830
4
votes
2 answers
Search Google with image in Python
Is there a Google API that allows searching for images "by" images? Instead of a text query and getting image results for that, one would search with an image. I'm not looking to do web scraping with likes of selenium as this could break easily.

Paghillect
- 822
- 1
- 11
- 30
4
votes
1 answer
Batch download google images with tags
I'm trying to find an efficient and replicable way to batch download full-size image files from a Google image search. Other people have asked similar things, but I haven't found anything that's exactly what I'm looking for or that I understand.…

Nicole Wilson
- 41
- 1
- 5
4
votes
1 answer
Google indexing cached product images in Magento
I have enabled catalog images caching on my Magento website and the image URL's on the product page are of the form
http://www.example.com/media/catalog/product/cache/2/image/9df61e8b45590e35df96d9f179ca0b11/p/r/product-name.jpg
Now Google Bot on…

Sarthak Gupta
- 642
- 3
- 8
- 23
4
votes
2 answers
how to start a browser with a Google image search query in android
I was wondering how to start a Browser with a Google image search query "search images by text". For example user can select a certain word or phrase and click a button and the activity will start the browser with the Google image search…

Sama
- 73
- 1
- 4
4
votes
1 answer
Google image search by image in android
Is there any API in android for search image from google by uploading image from my android application ?
For Example,We search image by uploading on google.
user1891449
4
votes
1 answer
google image search api limit
I am writing a Java application that needs to get images from Google image search (or similar).
It works as simple as a web call:
http://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=japan
However, the response is limited to 8 results per…

David Portabella
- 12,390
- 27
- 101
- 182
3
votes
0 answers
Alternatives to Google's Deprecated Image Search API?
Since Google Image Search API has been deprecated does Google provide any alternative to the Yahoo Search Boss API?
Is it possible to use the Google Custom Search API in a similar way to retrieve thumbnail images?

doorman
- 15,707
- 22
- 80
- 145
3
votes
1 answer
Google Lens image search on mobile by URL
We have made an app where users can upload a profile photo. We want to make sure that the photos are of the users themselves and not celebrities or memes, so we send out a mail to moderators every time a photo is uploaded with a link to…

Anders Emil
- 457
- 3
- 13
3
votes
0 answers
Can I use google image "search results" in commercial apps?
I understand that there's a possibility of copyright infringement if I download any image on google image search and use It without asking for permission. But what if I use the search result itself does it still apply?
Example:
If I made an app that…

Cerceis
- 770
- 3
- 14
3
votes
0 answers
googleusercontent resize return wrong image
I have a google image: http://lh3.googleusercontent.com/YCHiHLv3pCrzi1dK4CFPMkyxPddG8qjsjez-ufiqthPhnqI5XIG39xuXPp0H4Di1BZk-RrIiAyb1nhUOGlA
Tried resize this image by add the "s=PixelValue" in the end of URL.
Example…

Hung Vu
- 31
- 1
3
votes
1 answer
Using Chromedriver with Google Images download
I am trying to run the following code to pull in some images:
from google_images_download import google_images_download #importing the library
response = google_images_download.googleimagesdownload() #class instantiation
arguments =…

Jerel
- 73
- 1
- 2
- 6