There are many usecases for this. Below is the code to read the html file.
More Qlik tips at http://approbato.com/blog/
Important: Some websites have policies about webscraping.
The example in this video is only to demonstrate the logic of looping in the urls.
Special thanks to Aderlan (I didn't know Qlik could read html files).
BIdeAZ (Aderlan) Video: • 👨🏫 Como coletar dados na web (Web Sc...
Script to read html:
Load [@1:N] as html
From [lib://page]
(url is [$(variable1)$(variable2)] ,html, fix, utf8, no labels);