# GGWP API Hub - X Search

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

Searches X (Twitter) via a pay-per-call API using the x402 protocol on Base chain

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/x-search
- Price: $0.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-x-search-47621fd9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SgeAGjfhOEGiKMTwf58QF

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-x-search-47621fd9 -d '<json body>'
```

Example prompt: Search X for recent posts about 'Base blockchain' and show me what people are saying.

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-call access to X/Twitter search results via the x402 micropayment protocol on Base chain, without managing an X developer account or API keys directly.

## Known failure modes

- Payment not processed or insufficient USDC balance — 402 Payment Required response
- Invalid or missing search query — malformed request error
- X API rate limits exceeded upstream — service unavailable or throttled response
- Network timeout on Vercel deployment — 504 Gateway Timeout
- Schema mismatch if result object is empty or null

## 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 an object with a result field containing X/Twitter search result data matching the query, including post content and associated metadata.

## 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-x-search-47621fd9/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)
