Links on a page
page_linksExtract and clean links from a webpage: removes tracking parameters and duplicates, optionally filters by keyword or same-site. Useful for crawling documentation or locating a download.
Instructions
The links on a page (text and absolute URL, tracking parameters removed, duplicates dropped), optionally only those containing a word in text or URL, or only same-site ones. For crawling docs or finding a download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | http(s) URL | |
| limit | No | default 100 | |
| contains | No | ||
| same_site | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| links | Yes | ||
| total | Yes |