Web Scraping/Web Data extraction with Java ! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Web Scraping/Web Data extraction with Java !

Hello fam ! Can someone give me a little bit help on this topic ? Any tutorials/courses would be great ! Thanks

17th Jun 2018, 10:28 AM
Selim Mesic
Selim Mesic - avatar
2 Answers
+ 6
Hello, Selim Mesic ! Extracting the title is not difficult, and you have many options, search here on Stack Overflow for "Java HTML parsers". One of them is Jsoup. You can navigate the page using DOM if you know the page structure, seehttp://jsoup.org/cookbook/extracting-data/dom-navigation It's a good library and I've used it in my last projects. http://www.scrapingauthority.com/2016/08/16/web-scraping-in-java-with-jsoup/ https://stackoverflow.com/questions/3202305/web-scraping-with-java
17th Jun 2018, 11:31 AM
Alexander Sokolov
Alexander Sokolov - avatar
+ 4
Hey Alexander ! Thank you very much, this is exactly what I wanted :)
17th Jun 2018, 12:09 PM
Selim Mesic
Selim Mesic - avatar