Display images from Google Image Search to a widget
Unsolved
General and Desktop
-
Hi,
I would like to know if there is a way to get all images or a set of first 20 images from google image search and display it on a widget or store the list of URLs.
I am able to do a filter image search (using: Google Search URL Request Parameters and load the URL on my QWebEngineView. I tried to use QNetworkAccessManager class to get the HTML source code for the filter URL but couldn't get any detail.
Any help is highly appreciated.
Regards,
Sam -
You can use Google's Custom Search API directly with QNetworkAccessManager