I came to this through searching posts about web scrapping:
I noticed if you check the url, there is filter option for the data on that page, while Webpage Retriever node only see the default url.
I inspect the filter field on the page, it’s something like this:
KNIME Web Interaction does similar stuff to Selenium nodes… it also opens up a browser that is then controlled by the logic you build with nodes in KNIME…
Whenever you want to fill out forms and click buttons on websites it really works well!
Hey @mmrostami, glad that you got a solution from @MartinDDDD and thank you very much for providing such a good one! I hope you could fix your workflow accordingly. If you have feedback / suggestions for the Web Interaction Nodes, please do not hesitate to leave a message here.
Thank you, @Alex_JW. extensive research on web scraping using BeautifulSoup and other tools, I discovered that this KNIME node is highly effective and for solving the problem. However, I am still encountering an issue at one step in my workflow. I will create a new topic soon to seek. I appreciate the support from wonderful community and express my gratitude to KNIME and everyone involved. Thank you.