+ 3
what is the best way to scrape multiple choice questions from a website..?
// java here is what i am trying to do. i want to pull multiple choice questions from a web, instead of directly typing in the code(which will take a lot of time). thanks for your opinion..!
11 Antworten
+ 6
BeautifulSoup is easy too. Though most of the time I use regex because of SL
+ 5
Does Java have the ability to do web scraping?
Even if there is I think other languages do it better.
+ 2
pure habesha here? https://play.google.com/store/apps/details?id=ru.code_samples.obraztsov_develop.codesamples_java
upd
pure habesha, my link isn't useful. It haven't scrapping topics. Sorry.
+ 1
pure habesha pls , do you can demonstrate a data samples?
+ 1
Yea, Java has the web scraping feature. I guess there'd be many but selenium is quite famous and easy to work with.
There'd be tutorials for the same on the web. Consider searching for that.
BTW, I've done web scraping using Python /selenium and I can say it's not that hard.
+ 1
pure habesha I wlk to help you with scrapping on python if I can ... Send me personal message
+ 1
Shashi Ranjan can u demonstrate ur web scrapping? I heard many years about a unknown selenium for me.. Why do you use Selenium?
+ 1
Here are few of many that I found on the web:
https://ksah.in/introduction-to-web-scraping-with-java/amp/
https://www.stubbornjava.com/posts/web-scraping-in-java-using-jsoup-and-okhttp
http://scraping.pro/web-scraping-java-htmlunit/
https://www.udemy.com/learn-web-scraping-with-java-in-just-1-hour/
https://m.youtube.com/playlist?list=PL2k4Q1S5CYhHC0PIV5veJKMzLBO8I3ih3
+ 1
pure habesha my link isn't useful. It haven't scrapping topics. Sorry.
0
⏩ Prometheus ⏪ thanks!!
0
thank you for your opinion guys..!
i have watched a couple videos on youtube...! most of them are not relevant. they just talk about what they did, instead of how they they did it. i even look up on udemy but i couldn't find any. so, i was wondering if anyone knows any video(youtube or udemy) that is specifically about web scraping using java.