extract_links
Discover all hyperlinks on a page to build crawl seed lists, audit broken links, or find related resources. Optionally filter for only external links.
Instructions
Use this when you need to discover all hyperlinks on a page — e.g. to build a crawl seed list, audit broken links, or find related resources. Use filter_external:true to get only outbound links. Example: extract_links({url: "https://example.com", filter_external: true})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to extract links from | |
| base_url | No | Base URL for resolving relative links | |
| filter_external | No | Only return external links |