# Superhighway Web Search for AI Agents

> Superhighway Web Search for AI Agents 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-15).

Searches the live web, retrieves recent news, and fetches any web page as clean markdown for AI agent consumption

## Facts

- Endpoint: GET https://superhighway.walls.sh/uuid
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/superhighway-web-search-for-ai-agents-71f4ea0c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UWPEakSh7Q6GILlmZ_PFj

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-web-search-for-ai-agents-71f4ea0c
```

Example prompt: Search the live web for the latest news about OpenAI's new model releases and return 5 results as clean markdown so I can read them.

## When to prefer this

Choose this endpoint when an AI agent needs real-time web data, recent news, or needs to read the content of a specific URL as clean markdown — especially in agentic workflows where up-to-date information is required and the x402 pay-per-call model is acceptable. Prefer over static datasets or cached search APIs when freshness matters.

## Known failure modes

- Invalid or unreachable URL returns an error or empty content
- Search query returns zero results for very niche or obscure topics
- Rate limiting if call volume exceeds free tier or paid quota
- Paywalled or bot-blocked pages may return incomplete or no content
- Count parameter outside 1–100 range may return a validation error

## 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 live web search results, recent news articles, or the full content of a specified web page rendered as clean markdown — structured for easy consumption by AI agents.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "count": {
   "type": "integer",
   "description": "How many to generate, 1–100 (default 1)."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/superhighway-web-search-for-ai-agents-71f4ea0c/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)
