I am a beginner to crawling. I have a requirement to fetch the posts and comments from a link. I want to automate this process. I considered using webcrawler and jsoup for t
Jsoup does not handle with Javascript and Ajax, so you need to use Htmlunit or selenium.
After loading page using Htmlunit or any you can use jsoup for rest of task.