I am currently trying to parse titles from news articles from yahoo news using Jsoup. It works great except for the fact that I only get a limited number of said news articles.
The problem I am trying to tackle is how to get the news that are only loaded once you scroll to the bottom of the webpage when you are in your browser. Is there a way to load those with Jsoup and then parse?
Thanks!