Extracting data from a webpage

Fwiw, it is very unlikely any dynamic data will be returned in the HTML. It's more likely there is an API call to get the data and JavaScript populates that table.

See this recent similar post: How to deconstruct web pages with http-request - #2 by Steve-Mcl