CW
Cracked Web Reader
/links
Extract links
All hyperlinks on a page with anchor text, split into internal and external.
liveverifieddegraded · 158ms
scrapelinkscrawlseo
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run web /links for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | Absolute http(s) URL |
| limit | number | Max links default 500 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"web","endpoint":"/links","input":{"url":"...","limit":500}}'cli
npx cracked-ai run -p web -e /links -i '{"url":"...","limit":500}'mcp
run_tool({ provider: "web", endpoint: "/links", input: {"url":"...","limit":500} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.