List links from a page (sitemap/RSS-first)
linksDiscover links from a starting URL, prioritizing sitemaps and RSS feeds to reduce server load, falling back to in-page extraction when needed.
Instructions
Low-impact link discovery: prefers sitemap.xml / RSS / Atom feeds when available, otherwise extracts in-page links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Starting URL | |
| filter | No | Substring match against URL/link text, or a glob using * |