How can I scrape a website with dynamic content loading, like a forbes.com article, but without using web-driver (it's slow) in apache http client.
I've tried getting the sitemap.xml but their sitemap includes only the latest articles and I want info from very old articles.
Also, I want a more generic solution and with the web-driver (I use selenium with phantomJS now) is site-specific and slow.