Java Web Crawler Libraries

前端 未结 12 1087
栀梦
栀梦 2020-12-13 04:58

I wanted to make a Java based web crawler for an experiment. I heard that making a Web Crawler in Java was the way to go if this is your first time. However, I have two impo

12条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-13 05:35

    I would prefer crawler4j. Crawler4j is an open source Java crawler which provides a simple interface for crawling the Web. You can setup a multi-threaded web crawler in few hours.

提交回复
热议问题