# PennyRail Live Web Search

> PennyRail Live Web Search is a paid API for AI agents from pennyrail.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Performs a live web search and returns current results via a paid x402 micro-payment endpoint

## Facts

- Endpoint: POST https://pennyrail.vercel.app/api/p/premium/web.search--live-web-search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pennyrail-live-web-search-be821e5c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1n-RPE3ISEs_Fbmp8CeRI

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 pennyrail-live-web-search-be821e5c -d '<json body>'
```

Example prompt: Search the web right now for the latest news about OpenAI's new model releases and give me the top results.

## When to prefer this

Choose this endpoint when your agent needs real-time, live web search results and is operating in an x402-enabled payment environment with USDC. It is particularly useful when freshness of information matters (e.g., current events, recent product launches, live news) and when a micro-payment per search ($0.02 USDC) model is acceptable. Prefer over static knowledge bases when you need results from the open web right now.

## Known failure modes

- Payment failure if USDC balance is insufficient (x402 payment required)
- Empty or no results if query is too obscure or malformed
- Rate limiting if too many requests are made in quick succession
- Vague input object causes broad or irrelevant results
- Service unavailability if the underlying search provider is down

## How this service works

Machine-readable settlement service

## Output

Returns a JSON object containing live web search results, typically including page titles, URLs, and text snippets from current web pages matching the query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pennyrail-live-web-search-be821e5c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pennyrail.vercel.app](https://www.zero.xyz/host/pennyrail.vercel.app/llms.txt)
