Parse a HTML page and return as a Data Structure
Parameters
| Parameter | Parameter | Valid Blocks | Required | 
|---|
Set an Override Name | 
Select this to enable setting the data structure item name statically or dynamically
 | 
 Boolean Block Group
 | No | 
Override Name | 
The override name of this item. Use this to replace the inherited name with a custom name. Expose it on the tree to set it dynamically.
 | 
 Text Block Group
 | No | 
Attributes | 
Metadata values for this block. Used in XML and multipart/form-data.
 | 
 Text Block Group
 | No | 
HTML | 
The HTML to parse
 | 
 Text Block Group
 | No | 
Tag To Extract | 
If specified, the first-level elements with this tag will be extracted
 | 
 Text Block Group
 | No | 
Class to Extract | 
If specified, first-level elements with this class will be extracted
 | 
 Text Block Group
 | No | 
ID To Extract | 
If specified, the element with this ID will be extracted
 | 
 Text Block Group
 | No | 
Attributes To Extract | 
If specified, as key=value, the element with the given attribute name set to the given value is extracted.
 | 
 Text Block Group
 | No | 
Error if not matched | 
If searches are not matched, return an error instead of a warning.
 | 
 Boolean Block Group
 | No | 
Return Result as HTML | 
Instead of returning a data structure, return the extracted HTML as a string.
 | 
 Boolean Block Group
 | No |