Is there an efficient way to access the number of results returned by a search engine to a particular query using Python?
I have a large dataset (around 40,000) of entities in a .csv file and want to store their popularity by storing the number of search results they return when searched up. So, I’m trying to get it done fast and reliably. It doesn’t have to be really accurate, but it’s the best way I figured to get a good gauge of its public importance.