Question
1. Create web crawler IN JAVA , starting with one seed URL Page limit is up to you Multiple seeds not required 2. For each
1. Create web crawler IN JAVA, starting with one seed URL
Page limit is up to you
Multiple seeds not required
2. For each crawled URL
Download the complete textual page content (including all html tags, but not images or external Javascript/CSS) into a folder called repository
Add the page URL, additional statistics to a file called report.csv (see 3. below for details)
Crawl all outlinks
3. At the end of the crawl, your program should have:
Downloaded the content from all crawled pages into the repository folder
Generated one report.csv file, which contains the following data for each downloaded page:
URL, number of outlinks
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started