extract_links
Extract every hyperlink from a list of URLs, resolving them to absolute URLs, and return structured JSON results with context, or save them to a table for later use.
Instructions
Collect every hyperlink from a list of URLs, resolved to absolute URLs. Returns JSON with results ({url, value, context}) and errors. Pass save_as='' to store results instead of returning them inline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | replace | |
| urls | Yes | ||
| save_as | No | ||
| js_render | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |