spider_links
Extract all links from a webpage to discover URLs for further processing. Returns a list of links without fetching content, enabling fast site mapping.
Instructions
Extract all links from a page without fetching their content. Fast way to discover URLs on a site for further processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to extract links from | |
| limit | No | Max links to return | |
| request | No | Request type: http (fast), chrome (JS rendering), smart (auto-detect). Default: smart | |
| return_format | No | Output format. Default: raw |