Web Link Extract
Extracts links, anchor text, rel values, and internal or external classification from HTML.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
html | text | Yes | HTML string to inspect |
base_url | url | No | Base URL for internal or external classification |
Outputs
| Name | Type | Description |
|---|---|---|
links | array | Links |
count | integer | Count |
work | array | Work |
Sample request
{
"html": "<a href=\"https://example.com\">Example</a>",
"base_url": "https://codableai.com"
}