Hi everyone,
I want to parse and getting datas from an advertisement website link like this: https://www.sahibinden.com/otomobil?sorting=price_asc
I consider that the page loads the content dynamically. is that makes any problem for KNIME?
I tried this type of workflow but it is not working, can anybody help me? KNIME_project3.knwf (16.1 KB)
The second flow in your workflow in which you have used Palladian nodes, is the right approach. I think your problem is with the XPathes. Here you can read a short tutorial about how to get the content of a webpage in KNIME:
As an example, I have modified your workflow to collect data from the first three fields of the table at the webpage you provided: KNIME_project3.knwf (606.2 KB)