+ 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
2 odpowiedzi
+ 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
+ 4
Hey Alexander !
Thank you very much, this is exactly what I wanted :)