Answer the question
In order to leave comments, you need to log in
With what help to parse sites in Java?
Good day!
I want to learn web scraping using Java. The functionality of Jsoup, as I understand it, is not enough to parse site pages, send get & post requests, ajax support (for pagination, for example), etc.
I came across Selenium + HTMLUnit (judging by the reviews it works specifically with JS) or PhantomJS. But judging by the reviews in Selenium, there is no office. support and used browsers FF || Chrome without GUI. And here, unfortunately, FF Quantum, as well as the latest versions of Chrome, do not support Java))) In general ... how to parse websites in Java? Maybe someone will even find useful video tutorials. Thanks in advance!
Answer the question
In order to leave comments, you need to log in
Almost any site can be parsed using requests, such as Jsoup.
In what way does Selenium use browsers without a graphical shell?
Based on this - https://github.com/mozilla/geckodriver , I realized that Quantum Selenium supports it, which means that Java will also support it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question