# GGWP API Hub Web Search

> GGWP API Hub Web Search is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Performs a web search query and returns results via a pay-per-call API on the Base blockchain using the x402 protocol

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/web-search
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-web-search-6cd2285d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KH90LN7OqOkCuaEveTbqu

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 ggwp-api-hub-web-search-6cd2285d -d '<json body>'
```

Example prompt: Search the web for the latest news about OpenAI GPT-5 and give me the top results.

## When to prefer this

Choose this endpoint when you need a pay-per-call web search capability without a subscription, especially in agentic workflows using the x402 payment protocol on Base chain where micro-payments are feasible. Suitable for low-frequency or on-demand searches where a subscription-based search API is not warranted.

## Known failure modes

- Insufficient USDC balance or failed x402 payment results in 402 Payment Required
- Malformed or missing query input returns 400 Bad Request
- Rate limiting or upstream search provider failure returns 503 or 500
- Empty or ambiguous query may return low-quality or no results
- Network timeout from Vercel deployment may return 504

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing web search response data including links, snippets, or structured results from the web query, wrapped in a standard result envelope.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-api-hub-web-search-6cd2285d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
