# Superhighway NLP Web Search

> Superhighway NLP Web Search 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).

Performs natural language web search for AI agents, returning live web results, recent news, and page content as clean markdown

## Facts

- Endpoint: GET https://superhighway.walls.sh/nlp
- 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-nlp-web-search-11044155
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tu2kttTOU-bN6ckKfosA8

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-nlp-web-search-11044155
```

Example prompt: Search the live web for the latest news about OpenAI's newest model releases and give me the results as clean readable text.

## When to prefer this

Use this endpoint when an AI agent needs live, current web information beyond its training cutoff — especially for recent news, real-time facts, or reading arbitrary web pages as clean markdown. Prefer this over static knowledge bases when freshness and live web access matter. The pay-per-call micropayment model (x402, $0.001 USDC) makes it cost-effective for sporadic or bursty agent workloads without subscription overhead.

## Known failure modes

- Empty or vague query returns low-relevance results
- Network or upstream search provider unavailable returns 5xx error
- Payment not included or insufficient balance returns 402 Payment Required
- Rate limiting may occur on high-frequency calls
- Pages behind paywalls or login walls may return partial or no content

## 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, and/or page content rendered as clean markdown — providing up-to-date information from the live web in a format optimized for AI agent consumption.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text"
 ],
 "properties": {
  "text": {
   "type": "string",
   "description": "The text to analyze."
  }
 }
}
```

## More

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