kloakt_search
Discovers outbound links on a web page by rendering it and returning anchors with absolute URLs and text, optionally filtered by query or same domain.
Instructions
Discover outbound links on a page. Renders the page, returns its anchors as absolute URLs paired with anchor text, optionally filtered by a query substring and/or restricted to the same domain. Use to find where to go next before extracting, e.g. locate article links on an index page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Page URL to pull links from | |
| query | No | Case-insensitive substring to filter links (matches URL or text) | |
| stealth | No | Enable anti-detection mode | |
| max_links | No | Max links to return (default: 50) | |
| same_domain | No | Only return links on the page's own host (default: false) |