# Superhighway URL Unfurl — Page to Markdown

> Superhighway URL Unfurl — Page to Markdown is a paid API for AI agents from superhighway.walls.sh, paid per call via x402, $0.001/call, status down (last checked 2026-09-13).

Fetches a given URL and returns its content as clean, readable markdown for AI agent consumption

## Facts

- Endpoint: GET https://superhighway.walls.sh/unfurl
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/superhighway-url-unfurl-page-to-markdown-80ca10bd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5pbJQRqFTLKBRhQC92jwu

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 superhighway-url-unfurl-page-to-markdown-80ca10bd
```

Example prompt: Fetch the article at https://techcrunch.com/2025/06/01/openai-news/ and give me the clean readable text without all the HTML clutter.

## When to prefer this

Use this endpoint when you have a specific URL and need its content as clean markdown for reading, summarizing, or quoting — particularly within an AI agent workflow that already uses Superhighway for web search, keeping all web access on one pay-per-call platform with no subscription required.

## Known failure modes

- URL is unreachable or returns a non-200 status — likely returns an error object
- Page is behind a paywall or login wall — content may be incomplete or empty
- URL points to a binary file (PDF, image) — markdown output may be empty or malformed
- Rate limit or payment failure — returns 402 if x402 payment not accepted
- Malformed URL input — validation error returned

## How this service works

Web search built for AI agents. Search the live web, pull recent news, and read any page as clean markdown — pay per call, free tier to start.

## Output

Returns the full content of the requested URL rendered as clean markdown — stripped of ads, navigation, and boilerplate HTML — making it easy for an AI agent to read, summarize, or quote from the page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "The page URL to unfurl."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/superhighway-url-unfurl-page-to-markdown-80ca10bd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from superhighway.walls.sh](https://www.zero.xyz/host/superhighway.walls.sh/llms.txt)
