My requirement is, i need image search based on google API.
so i registered in Google developer console and enabled "custom search API"
FYI: In the above GET request. i removed apikey for security issue
For the above request it is not throwing any error but it is showing 0 results for any type of image. I added "searchType=image" still it is not showing results
I tried with below approach Search Images in Google and get JSON response but its not working out
Can somebody help me where is the issue.
The issue is fixed now with below changees:
At https://programmablesearchengine.google.com/, "Image search" is enabled and in the option "Sites to search" all search sites were removed
The image i uploaded was not indexed by google search engine so it was resulting 0 items. Once i selected indexed image link it was returning image links.