I’m creating a KNIME workflow to automatize a search with Google Custom Search JSON API of a query [es: (“Lager beer” OR “IPA”) AND “brewery”] in a list of specific websites (es: https://www.paulaner.com/).
I’m struggling with GET REQUEST node because I don’t understand how to structure the pattern to be search (URL) that works with Get request node.
With STRING MANIPULATION I created the following query:
So I played around with google custom search API, and was able to get json through the url like yours provided. However, in KAP, which I assume you were running into is you get a bunch of missing values like so after you just copy paste the url:
After I ran into that, I enabled the error output on the node to see if there was any errors, and got a invalid url which is most likely due to characters that are invalid.