Skip to content
Advertisement

Need help parse this table

JavaScript

Looking to scrape the numbers from the td tag For some reason nothing was scraped. I’m pretty new to JSoup library and scraping table is driving me crazy. Thanks for the help in advance!

Advertisement

Answer

You are missing <table>...</table>.

Demo:

JavaScript

Output:

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement