extract_links
Extract all hyperlinks from a list of URLs, resolving them to absolute URLs. Returns JSON with context for each link and captures any errors.
Instructions
Collect every hyperlink from a list of URLs, resolved to absolute URLs. Returns JSON with results ({url, value, context}) and errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | ||
| js_render | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |