I want to write a Java code to parse a certain website. Each result in the website appear in a specified URL. How can I start? Is there a good library to use? Could I benefit from your experience in this field?
            Asked
            
        
        
            Active
            
        
            Viewed 1,609 times
        
    1 Answers
2
            Search for "web crawler" and you'll find many examples (e.g. Crawler4J or Crawler), how to solve this.
Besides Java, you'll often stumple upon Python when it comes to grepping stuff from web pages - I'm not a Python guy, but it seems to fit for the task.
        Alexander Rühl
        
- 6,769
 - 9
 - 53
 - 96