Hi there,
I'm currently working on a repetitive task, which I'm wondering if I can automate with Python. I have never worked with Python before, so please forgive any part of my question being unclear/not asked correctly. So to my question: I have a list in Excel with about 700 University Names and need to find their websites. Through my own research, I've found that it is possible to crawl Google Search results with Python. However, I've found that the university's website is often not the first search result. Yet, for most Universities, Google displays a box on the right, with a 'Website' Button linking to the university's website (see picture). Is it possible to use Python to automize the process of extracting all these URL's and how would I best go about doing so?
Best,
rosjo

I'm currently working on a repetitive task, which I'm wondering if I can automate with Python. I have never worked with Python before, so please forgive any part of my question being unclear/not asked correctly. So to my question: I have a list in Excel with about 700 University Names and need to find their websites. Through my own research, I've found that it is possible to crawl Google Search results with Python. However, I've found that the university's website is often not the first search result. Yet, for most Universities, Google displays a box on the right, with a 'Website' Button linking to the university's website (see picture). Is it possible to use Python to automize the process of extracting all these URL's and how would I best go about doing so?
Best,
rosjo
