I have a site where I want to scrape out the contents of the survey. The survey can not be extracted it is a limesurvey service with a PHP backend.
I tried using ParseHub but I am stuck. The survey uses an ajax next button which I can happily loop through and click as many times as I want but I don't know how to extract data per button clicks. Also the challenging factor is that the structure of data and questions are changing. Like one time you have a div with radio buttons, and one time you have a div of checkboxes. Can you guys help me sort this out? Let me know if you need the exported ParseHub project.
Thanks in advance!