Questions tagged [google-image-search]

276 questions
-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

Search by image / online reverse image search with Python | Check how widespread an image is

I am looking for a way to make a reverse image search with Python. So the input would be an image or an image-url and as an output I would like to have the number how often this image was found in the www and maybe the urls to these found images.…
iMax
  • 437
  • 6
  • 17
-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
  • 103
  • 1
  • 1
  • 6
-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
1 2 3
18
19