I am facing two problems when using JSoup to scrape data from the web:
It's performance is not that good: it takes a bit too long to connect to a URL.
For some sites, it's not fetching the correct data from the URL. For example, try any URL of the NY Times, like — http://www.nytimes.com/2014/06/13/technology/facebook-to-let-users-alter-their-ad-profiles.html?ref=technology
It just loads the login page, but when I try the same URL on the Google or Facebook, they correctly fetch the data. Also, the URL loads fine in a browser for a guest user.