I encountered a problem when I tried to scrape the review text from ratemyprofessor.com (http://www.ratemyprofessors.com/ShowRatings.jsp?tid=860968#). I am currently using BeautifulSoup and requests.
I would love to get all the review contents, while the data after clicking "Load More" is inaccessible. I have tried different ways that have been posted on StackOverflow and Reddit, unfortunately, none of them works for me.
The load more button under inspection: onclick="javascript:mtvn.btg.Controller.sendLinkEvent({ linkName:'PROF:LoadMore', linkType:'o' } );"
I would greatly appreciate if anyone could help me with this problem. Thank you.