Hi guys, I'm stuck when I'm trying to scrape a webpage. There are reviews, and some have a button "more". I'd love to scrape the whole review. Here shows the html code. I got an onclick with a function for the button "more".
I'm using python and requests. Anyone can help me about how to do it?
PS: How to differentiate between jQuery and Ajax? I think here is jQuery right?
Thanks very much for your help!