So I want to use beautifulsoup4 to query information about waterloo professors in ratemyprof. The data needs to be taken from a navbar where you continually need to press Load More to load more data.
Furthermore, on inspecting the load more button, it links to a javascript function. How do I write code to continuously load more till it cannot? Here is a snippet of what it looks like upon inspection of button: Load More Inspection
Can someone please help me write the loop to extract info from this page: "http://www.ratemyprofessors.com/search.jsp?queryBy=schoolId&schoolName=University+of+Waterloo&schoolID=1490&queryoption=TEACHER"