KNIME communication with Websites

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 :slight_smile:

6 Likes

In addition to the nice list by @AnotherFraudUser above, I will add one more node to consider:

5 Likes

Thanks for this info @ScottF , I was unaware of this node

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.