Skip to main content

Extract & Parse HTML

Overview

Parse a HTML page and return as a Data Structure

Returns
Text

Parameters

ParameterParameterValid BlocksRequired
Use Dynamic NameShow the Dynamic Name slot in the tree so that it can be set dynamicallyBoolean Block GroupNo
Dynamic NameThe dynamic name of this itemText Block GroupNo
AttributesMetadata values for this block. Used in XML and multipart/form-data.Text Block GroupNo
HTMLThe HTML to parseText Block GroupNo
Tag To ExtractIf specified, the first-level elements with this tag will be extractedText Block GroupNo
Class to ExtractIf specified, first-level elements with this class will be extractedText Block GroupNo
ID To ExtractIf specified, the element with this ID will be extractedText Block GroupNo
Attributes To ExtractIf specified, as key=value, the element with the given attribute name set to the given value is extracted.Text Block GroupNo
Error if not matchedIf searches are not matched, return an error instead of a warning.Boolean Block GroupNo
Return Result as HTMLInstead of returning a data structure, return the extracted HTML as a string.Boolean Block GroupNo