Questions tagged [google-image-search]
297 questions
-1
votes
1 answer
How to post reverse google search image with base64
I have problem how to parameters to post base64 to reverse google search image?

richees
- 24
- 6
-1
votes
1 answer
Finding current page number in google search image api
Is there any way to find out current page number in search complete callback function of google image search api?
I have defined a function for search complete callback and set it using this setSearchCompleteCallback and found that it is called for…

Pawan Nogariya
- 8,330
- 12
- 52
- 105
-1
votes
1 answer
Google image search in objective c
I want to search image from Google and add this images in collection view cell. I am new to iOS development. I search through net and Google is saying me about its custom API search. Can anyone help me giving a helpful sample code for Google image…

user3475211
- 5
- 3
-1
votes
1 answer
Search image duplicate with google images
Google images has possibility to look for an image using other's image url.
I want to use it to look for a image duplicate on my social website.
Does someone have php script that does that? Is it possible?

piernik
- 3,507
- 3
- 42
- 84
-1
votes
1 answer
Google Image Search using local image using python code
I did lots of search for Google Image Search using local image but not found any accurate answer. like what are the parameter we have to pass when upload a photo to google server. so any one know how i can use Google Image search for searching local…

Hardikgiri Goswami
- 116
- 1
- 4
-1
votes
1 answer
search the detail of an image by sending it to server using any api in android
I am developing an application which search the detail of an image by sending it to server using search API in android.
I have tried the google image search API but it has been blocked.
I need help, is there any other API which i can use to search…
-2
votes
1 answer
How to Find URL on Google Images with Beautiful Soup
I am trying to find copyright-free images on Google but I am unable to get the correct image URLs. My code applies the correct filter and directs me to the right page but it retrieves the URLs for images without the copyright-free and size filter, I…

enigma312
- 29
- 9
-2
votes
1 answer
How do I block TinEye spider?
I know how to block Google image search through robots.txt, is there something similar for TinEye? I do not want my sites being indexed by them.
-2
votes
2 answers
Looking for assistance with adding a randomizer to my search results
The purpose of this code is to run a bot on a Discord server. Right now it is able to search for images, but I would like to randomize the results.
I have the following variable -
var rnd = Math.floor(Math.random() * search.results.length);
but I'm…

Saisekiba
- 1
- 1
-2
votes
1 answer
swift - unexpectedly found nil while unwrapping an Optional value when searching in Google Images
let placeName = "New York"
func getImage(place: String) {
let url = NSURL(string: "https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=\(place)")
let request = NSURLRequest(URL: url!)
NSURLConnection.sendAsynchronousRequest(request,…
user6039904
-2
votes
1 answer
Scraping the data from google image search
I have a set pictures of some kind of products for which I need to find similar ones using google images. I believe google doesn't allow you easily to scrape the data from it.
So, does it really not?
How would I go about bypassing it? A…

Kemeeda
- 123
- 1
- 1
- 7
-5
votes
1 answer
Get image from Google from a String
I'm not an expert in Java.. I was wondering if there is a method, to get the first image of a result of searching an Image on Google Images from a String.
If yes, what is the easiest and fastest method to do it?
Thanks in advance!

OldTester
- 1
- 2