I would like to query Google Search on many topics (~800 queries in total), for instance "cars", to get the first 100 results on localhost using Python. How can I do it?
Google Custom Search Engine seems to work only if it's used on a website (we have to provide an address of the website and localhost is refused).
The old Google Web Search API is deprecated. And it's limited in the number of results (we can't get 100 results as I would like).
This small independent Google Search tool could also works for a request or two, but I guess I will be banned if I try ~800 requests