Top "Jsoup" questions

Jsoup is a Java HTML parser for extracting and manipulating HTML data, using the best of DOM, CSS, and jQuery-like methods.

How to connect via HTTPS using Jsoup?

It's working fine over HTTP, but when I try and use an HTTPS source it throws the following exception: 10-12 13:22:11.169: …

java android https web-scraping jsoup
Jsoup select and iterate all elements

I will connect to a url through jsoup and get all the contents of it but the thing is if …

java jsoup
Convert HTML to plain text in Java

I need to convert HTML to plain text. My only requirement of formatting is to retain new lines in the …

java parsing plaintext jsoup htmleditorkit
How to POST Data into website using Jsoup

I am trying to POST data into website to make a login into the site using Jsoup , but its not …

java post jsoup
JSoup character encoding issue

I am using JSoup to parse content from http://www.latijnengrieks.com/vertaling.php?id=5368 . this is a third party …

java jsoup
How to add proxy support to Jsoup?

I am a beginner to Java and my first task is to parse some 10,000 URLs and extract some info out …

java jsoup
how to parse a table from HTML using jsoup

<td width="10"></td> <td width="65"><img src="/images/sparks/NIFTY.png" /></…

java jsoup
jsoup - strip all formatting and link tags, keep text only

Let's say i have a html fragment like this: <p> <span> foo </span> <…

java html jsoup
How to post form login using jsoup?

i want to login in here source code <HTML><HEAD><TITLE>:: Dhaka Electric Supply …

java jsoup
Parse JavaScript with jsoup

In a HTML page, i want to pick the value of a javascript variable. Below is the snippet of HTML …

java javascript html jsoup