Google Custom Search Engine - search by image
问题 Right now I'm using Custom Search Engine (CSE) to search through entire web by search term. The request looks like: GET "https:/www.googleapis.com/customsearch/v1?key=API_KEY&cx=SEARCH_ENGINE_ID&q=SEARCH_TERM" And this request returns me list of search results. But, I need to implement search by image or image url. Do Google API provide such a url param? Maybe something like "image_url"? So, the request can look the following: https://www.googleapis.com/customsearch/v1?key=API_KEY&cx=SEARCH