# Losbeto Web Search

> Losbeto Web Search is a paid API for AI agents from losbeto-production-dd7c.up.railway.app, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-14).

Performs a web search query and returns results, monetized via x402 USDC micropayments on Solana or Base.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/web-search
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-web-search-cb6c89b0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hSZgQXxZvng9b_0t3IXuZ

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 losbeto-web-search-cb6c89b0
```

Example prompt: Search the web for the latest news about Solana DeFi projects and return the top results.

## When to prefer this

Use this endpoint when an AI agent needs live web search capability and is operating in an x402-compatible payment environment using USDC on Solana or Base. Prefer it for lightweight, pay-per-query web searches at $0.008 USDC without subscription overhead.

## Known failure modes

- Missing or malformed query parameter returns an error or empty results
- Payment failure via x402 protocol blocks the request before search executes
- Upstream search provider unavailable causes 500 or timeout
- Rate limiting if too many requests are sent in quick succession
- Ambiguous query may return low-relevance results

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

JSON response containing web search results, likely including page titles, URLs, and text snippets relevant to the submitted query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-web-search-cb6c89b0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from losbeto-production-dd7c.up.railway.app](https://www.zero.xyz/host/losbeto-production-dd7c.up.railway.app/llms.txt)
