Using Selenium library in Python to webscrape data
We will webscrape data from Norwegian govt publicly shared data on their webiste https://dbh.nsd.uib.no/statistikk/
-
There are four levels: Institionstype, Institution name, Faculty name, Department name
-
Every institution has many types. Similarly, within each type there are many institution names, many faculty, many department. Within eacg department there are many courses.
-
We will loop over every level and collect all the course data.