InputPOST /api/v1/x402/links-extract
{
"url": "https://example.com",
"limit": 10
}
Web and API intelligence · data
Map internal and external links on a page for crawling and routing (x402)
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/links-extract -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"url":"https://example.com","limit":10}'
{
"url": "https://example.com",
"limit": 10
}
{
"tool_name": "util_links_extract",
"result": {
"total_links": 1,
"internal_links": 0,
"external_links": 1,
"links": [
{
"url": "https://www.iana.org/domains/example",
"kind": "external"
}
]
}
}
Machine-readable evidence