How to scrape html data from a web page?

0
Hi guys,   I want to scrape some data from webpages (with respect to their terms ofcourse). Normally there are frameworks to use, but I have no experience with them..so I am wondering you guys have experience with web scraping on Mendix and what your best practises are?  
asked
1 answers
3

Hi Enzo,

I've used the JSoup library several times for this purpose with Mendix projects and I found it works really well. 

https://jsoup.org/

KR,

Bart

answered