I want to get data from a website which it's contents are loading dynamically with JQuery and update every 5 minutes.The website don't have any API, So i have to get it's HTML content and parse it to get what i need. The problem is that the source HTML of the website doese not have the content which is loaded dynamically. I want to do this in c++/Qt. is this possible?
I want to get content which is generated by jquery and it is not available in page source.