I am trying to use the google custom search API to get images however I am unable to get results which are shown in google images. If I go to the custom search control panel, it says to add websites where I want to search, however I want results which are displayed in google images.
Here is the query which I am using:
https://www.googleapis.com/customsearch/v1?q=car&searchType=image&key={my_key}&cx={my_cs}
I even tried using images.google.com as the site to search, however the results I get are very different from google images. I am looking for help on how to use custom search API to get results from google images.