Hi everyone,
is it possible to communicate with a webseite by using KNIME?
The use case is to sent keywords and arguments to a website to get the data I need and load theses data in a node afterwards?
Best regards
Oliver
Hi everyone,
is it possible to communicate with a webseite by using KNIME?
The use case is to sent keywords and arguments to a website to get the data I need and load theses data in a node afterwards?
Best regards
Oliver
Hi @Precoliv,
that should be no problem.
If you want to communicate with a http/https Website you can look into the http nodes:
Then you can send the form data via a post or retrieve the response via get.
Alternativly you can use the palladian extension e. g.
Or another possible solution would be to use a browser automation like the selenium nodes
Depending on how familiar you are with http request the get/post nodes should cover the communication
In addition to the nice list by @AnotherFraudUser above, I will add one more node to consider:
Thanks for this info @ScottF , I was unaware of this node
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.