Select links from HTML
Select all the links from a HTML document
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
HTML | Specify the HTML to parse | STRING | false | |
Link type | Choose which link type you want to fetch | SELECT_ONE | false | 'ALL_LINKS' |
Base domain | Specify the base domain name for this website if you want to filter on internal/external links. If no Base domain is passed this function tries to infer it from the HTML | URL | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The result of the select. | ARRAY | RESULT |