It would seem that using the google CSE api always ignores my imgType
attribute, even through their official API test page.
My request is:
{
"q": "Maimi Yajima",
"cx": "014585077406021600032:tu4nwhtmr5q",
"searchType": "image",
"imgType": "clipart"
}
But even when changing the imgType
i'm always getting back the same results.
Where am I wrong?