I'm looking for a batch or Powershell script to search for similar images on Google images using a local image as input. My research so far The syntax for a image search using a URL rather than a local file is as followes: https://www.google.com/searchbyimage?image_url=TEST where TEST can be replaced with any image URL you have. I played with cURL for windows and imgur as temporary image saver. I