Issues in reading HTML table data using pub.xml:queryXMLNode

I am trying to read HTML table values from a web URL using pub.xml:queryXMLNode. I am not sure if this is the one I should be using as it doesn’t seem to have a input in the pipeline to read HTML page. Do I need to use any other API to load the HTML page and then query it using the queryXMLNode?

Any help will be appreciated.

I’m not sure what service can be used, but queryXMLNode is definitely not the right service to parse HTML.