# GGWP API Hub – Twitter Search Only

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

Searches Twitter/X for tweets matching a query and returns results, paid per-call via x402 on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/twitter-search-only
- Price: $0.164424/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-twitter-search-only-875917cf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_60m6Ndz1z09aPBRtSMd6s

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-twitter-search-only-875917cf -d '<json body>'
```

Example prompt: Search Twitter for the latest tweets mentioning 'Base chain' and show me the top results.

## When to prefer this

Choose this endpoint when you need quick, pay-per-call Twitter/X search without managing Twitter API credentials or subscriptions. Ideal for agents that need occasional social media lookups on demand and want to pay only for what they use via crypto micropayments on Base chain.

## Known failure modes

- Invalid or empty search query returns empty result set
- Twitter API rate limits or downtime cause upstream failures
- Payment failure on Base chain blocks the request
- Overly broad queries may return truncated or low-quality results
- No results found for niche or misspelled queries

## 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 tweets and associated metadata (authors, timestamps, content) matching the submitted search query, as sourced from the Twitter/X platform.

## 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-twitter-search-only-875917cf/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)
