I want to read the data in the table on this webpage:
I have tried using Webpage Retriever and HTTP Retriever (Palladian), however the data does not show up in the HTML output at all. I’m not sure exactly how it’s loaded into the page. Are there any other methods of data scraping that can successfully read this table? Download the page to PDF automatically and read it from there? I am hoping to do this without having to pay for the internal API or data scraping tools. (Maybe Selenium could do it but I don’t want to pay.)
If there are any other solutions that do not require Python nodes or Selenium nodes I would be very interested to know, since it is a lot of work to install all the required software to make the Python solution work.