# SlinklyLayer Link Extractor

> SlinklyLayer Link Extractor is a paid API for AI agents from x402.slinkylayer.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Extracts all hyperlinks from a specified webpage URL and returns them as a list

## Facts

- Endpoint: POST https://x402.slinkylayer.ai/api/v1/proxy/:id/extract-links
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/slinklylayer-link-extractor-866f299f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pcAoNlPZEWdr9nsMWi7TB

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability slinklylayer-link-extractor-866f299f -d '<json body>'
```

Example prompt: Can you extract all the links from this webpage for me: https://example.com/blog — I want a full list of every URL referenced on that page.

## When to prefer this

Use this endpoint when you need a fast, simple extraction of all hyperlinks from a static webpage without needing to render JavaScript. It is well-suited for link auditing, building sitemaps, or discovering outbound references on a given page. Prefer this over a full crawling solution when you only need the links from a single page rather than recursive site-wide traversal.

## Known failure modes

- URL is unreachable or returns a non-200 status — endpoint may return an error or empty list
- Invalid or malformed URL input causes a parsing error
- Page is JavaScript-rendered and links are not present in static HTML — dynamic links may be missed
- Rate limiting or access restrictions on the target page block retrieval
- Invalid proxy ID results in authentication or routing failure

## How this service works

Extracts all links from the specified webpage URL and returns them as a list.

## Output

A list of all hyperlinks (URLs) found on the specified webpage, extracted from anchor tags and other link elements on the page.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/slinklylayer-link-extractor-866f299f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.slinkylayer.ai](https://www.zero.xyz/host/x402.slinkylayer.ai/llms.txt)
