# PennyRail Web Search – Fresh Web Results

> PennyRail Web Search – Fresh Web Results 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-15).

Performs a real-time web search and returns fresh, up-to-date results for a given query

## Facts

- Endpoint: POST https://pennyrail.vercel.app/api/p/premium/web.search--fresh-web-results
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pennyrail-web-search-fresh-web-results-051482e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x_Eivh__IQI_6-HyGhtHw

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-web-search-fresh-web-results-051482e3 -d '<json body>'
```

Example prompt: Search the web right now for the latest news about OpenAI's newest model releases and give me fresh results from the past few days.

## When to prefer this

Choose this endpoint when you need real-time, fresh web search results rather than cached or pre-indexed data. It is ideal when recency matters — such as breaking news, current prices, or recent events — and when you need programmatic web search with pay-per-call pricing via the x402 protocol without committing to a subscription.

## Known failure modes

- Vague or empty query input returns irrelevant or no results
- Rate limiting or quota exhaustion may return 429-equivalent errors
- Payment not settled via x402 protocol returns 402 Payment Required
- Network timeouts if the underlying web index is slow to respond
- Overly broad queries may return low-quality or noisy results

## How this service works

Machine-readable settlement service

## Output

Returns fresh web search results including page titles, URLs, and text snippets relevant to the submitted query, sourced from a live web index at time of request.

## 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-web-search-fresh-web-results-051482e3/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)
