Extract the internal/external link graph off a webpage
links_urlReturns every internal and external link with its anchor text. Costs $0.002 USDC on Solana via x402, per call — same price as GET /api/v1/links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The public HTTP/HTTPS URL to extract links from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| external | Yes | ||
| internal | Yes |