Questions tagged [google-image-search]

297 questions
3
votes
1 answer

Multiple fileType for Google Custom Search API during image searching

Currently, I'm using Google Custom Search API, to perform image searching using REST https://developers.google.com/custom-search/json-api/v1/reference/cse/list#request I was wondering, what is the correct way, to specific multiple file…
Cheok Yan Cheng
  • 47,586
  • 132
  • 466
  • 875
3
votes
1 answer

Google custom search API specifiy image dimension

I am doing a google custom search request for image. My request is below https://www.googleapis.com/customsearch/v1?key=key&cx=cx&q=hello&searchType=image&alt=json&start=1 I know I can specify the image size i.e. [huge, icon, large, medium,…
Md. Parvez Alam
  • 4,326
  • 5
  • 48
  • 108
3
votes
0 answers

advanced image search with CSE

How do I emulate https://www.google.com/advanced_image_search in Google's Custom Search Engine? Google Image Search has been disabled. What I'm trying to achieve here is using the following fields: "any of these words" in "Find images with..."…
3
votes
2 answers

google custom search: get thumbnails in image search results

I am using Rest4Net.GoogleCustomSearch to search images on google custom search. I see no thumbnails in the results, and no search parameter that seems to enable thumbnails in the response.
3
votes
1 answer

How to get a JSON response from a Google Image Search?

All I want to do is a simple Google Images search. We were doing the old, really, incredibly simple way using the now completely deprecated JSON Image Search API. That page now says it is included in Google Custom Search. The problem is that I don't…
sccr410
  • 141
  • 1
  • 13
3
votes
0 answers

Performing google image search from android app

I am building an android app for finding book review. App functionality is likely taking a picture of the book cover with user mobile phone and instantly showing real time reviews from amazon.com or something.com. For this purpose i need to perform…
Pial Kanti
  • 1,550
  • 2
  • 13
  • 26
3
votes
1 answer

PHP Search by Image within website

I have an eCommerce website in core PHP. I want to add search-by-image facility like google images or other reverse image search search engines. I searched a lot on internet and I can't use google's search facility in my website (Neither api nor…
Sohan Patel
  • 259
  • 1
  • 3
  • 13
3
votes
1 answer

C# Possible to search Google by image and downloading the first one?

Is there a way to programatically upload an image file to search in Google, and then downloading the first one (the one with best resolution)? EDIT: The Google Search API would not work for me, as I would have much more than 100 requests per day,…
Sartheris Stormhammer
  • 2,534
  • 8
  • 37
  • 81
3
votes
2 answers

Google reverse image lookup in PHP

Found myself needing to be able to query google via a reverse image lookup to find out more about images I have on my server with unknown contents. Found a good question about this here: php Extract Best guess for this image result from google image…
carbide20
  • 1,717
  • 6
  • 29
  • 52
3
votes
1 answer

Does Google Image Search save the searched image?

I am searching an image via Google image-search with the 'Drag & Drop' method. My question is, if I drag an image from my computer into Google image-search, it will show the result (if any) but what happens to the dragged (uploaded) image? Will it…
DVELPR
  • 184
  • 1
  • 2
  • 13
3
votes
0 answers

Reverse image search using Google api

I am trying to write a java program which for loop the image files in a folder and do reverse image search on google (just trying to do with one image in this question) I find some example like below and the result will give me a url that preformed…
user3564965
  • 77
  • 2
  • 10
3
votes
3 answers

PHP Search By Image Google cURL return 302 moved

I'm trying to get a simple string with the description of the image I searched with search-by-image. So I set up my search_by_google.php page:
Matteo Cardellini
  • 876
  • 2
  • 17
  • 41
3
votes
4 answers

Make google custom search location-aware

When I search for "football images" on google.co.uk, it knows that I mean the sport that elsewhere might be called "soccer". If I do the same search on google.com, I get American Football. I'm using the custom search API - how can I tell it that…
Lorna Mitchell
  • 1,819
  • 13
  • 22
3
votes
2 answers

google image search API for iOS app

I am creating an application in which I am trying to implement google image search using Google- image-search API. I refer this [google API link] (https://developers.google.com/image-search/v1/) . But I have one problem, on that page, mentioned…
user7388
  • 1,741
  • 2
  • 19
  • 25
3
votes
2 answers

Google image search API

I have a website where users can submit pictures. I'd like to search Google automatically with these images to minimise the chance that the pictures are stolen from an other website. I know about the Firefox extension, but that requires me…
user410932
  • 2,915
  • 4
  • 22
  • 23