So I need a web crawler (Preferably open source and java) that I can input a list of URLs (or just run multiple times I suppose considering it's open source) and that will either show me the links and allow me to tell it what path to follow or that will follow a specific path given.
What would be my best choice? Speed doesn't really matter, just the quality of the content. In the long run my goal is to search url a, go to url b (if it is on page a), then give me the results of page b. The only problem I am running in to is login authentication. If there is an easy fix for this in java that would be great to, I already have made a couple very simple web crawlers so I am not completely new but I am no expert by any means.