I have been attempting to utilize the Google Custom Search API in order to retrieve images, but unfortunately I am not seeing the same results as those displayed in Google Images. When I access the custom search control panel, it instructs me to add specific websites for searching purposes, however my goal is to obtain results identical to what can be found on Google Images.
Below is the query I am currently using:
{my_key}&cx={my_cs}
I have even attempted to designate images.google.com as the site to search, yet the outcomes are significantly different from actual Google Images. Any assistance or guidance on how to properly leverage the custom search API to retrieve Google Images results would be greatly appreciated.