'Extract Webbrowser table and insert to listview

so I am creating a "SteamID Finder" program using https://steamid.pro/

Everything is scraped from the website after searching for the steamid, however. If the steamid contains games they are placed into a table on the website.

I am trying to scrape the table which shows NAME, PRICE, TIME and insert it into a listview I have on my form.

I have searched all over google for something similar, and came across on vbforums https://www.vbforums.com/showthread.php?404705-problem-Extracting-Data-using-HTML-Object-Library

That is quiet similar to what I am after. Here is what the table on the webbrowser/website looks like all of which obviously changes depending what the user has searched for.

Here is what my form looks like https://gyazo.com/9b400ddad77a8ee6241ac5af16285b79

The games section for that steam acount is https://gyazo.com/29f30d563d37710932341a0d067074a7

So in short. I am using a webbrowser to navigate to the website with the inserted steamid and show all the data I wanted in the form, but how do I get the games table into a listview?

I did try a number of things I found on google, but nothing worked. I am using VSCommunity 2022



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source