Visits a webpages, grabs the HTML of this webpage and saves it in the variable scope with the name provided in "Response"
Input parameters
Name | Description | Type | Required | Default value |
---|
Webpage URL | Specify the url of the webpage to fetch the HTML from. Make sure it is complete including the protocol (e.g. https://www.nocode-x.com ) | STRING | false | |
Query parameters | Specify the query parameter to add to the url of the webpage to fetch the HTML from. | OBJECT | false | |
Output
Name | Description | Type | Default value |
---|
Response | Specify the name of the variable that will contain the retrieved response. | STRING | HTML |
Status | Specify the name of the variable that will contain the status of this API call. "OK": in case of success, "BAD_REQUEST" in case your request was invalid, "UNAUTHORIZED" in case the user provided does not have sufficient authorization, "NOTFOUND" in case the endpoint provided could not be found. | STATUS | STATUS |