Skip to main content

Get HTML of webpage

Visits a webpages, grabs the HTML of this webpage and saves it in the variable scope with the name provided in "Response"

Input parameters

NameDescriptionTypeRequiredDefault value
Webpage URLSpecify 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 )STRINGfalse
Query parametersSpecify the query parameter to add to the url of the webpage to fetch the HTML from.OBJECTfalse

Output

NameDescriptionTypeDefault value
ResponseSpecify the name of the variable that will contain the retrieved response.STRINGHTML
StatusSpecify 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.STATUSSTATUS