# GGWP Twitter API Enterprise

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

Provides enterprise-grade access to Twitter/X data and social media insights via a pay-per-call x402 endpoint.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/twitter-api-enterprise
- Price: $0.168385/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-twitter-api-enterprise-c9902444
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_va0mcL_PKSfU5Ce-eJapM

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-twitter-api-enterprise-c9902444 -d '<json body>'
```

Example prompt: Can you pull the latest tweets and engagement stats for @OpenAI from the Twitter Enterprise API, including their recent mentions and follower count?

## When to prefer this

Choose this endpoint when you need enterprise-level Twitter/X data access with pay-per-call pricing via crypto (USDC on Base chain), avoiding monthly subscription commitments. Ideal for agents that need occasional or burst Twitter data lookups without a full Twitter API contract.

## Known failure modes

- Invalid or missing Twitter query parameters returns an error response
- Rate limiting or quota exhaustion from the underlying Twitter Enterprise API
- Payment failure or insufficient USDC balance via x402 protocol preventing the call
- User or tweet not found returns empty or null result data
- Malformed input object causes a 400-level error

## 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 structured Twitter/X data including tweet content, author metadata, engagement metrics (likes, retweets, replies), timestamps, and user profile information depending on the query made.

## 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-twitter-api-enterprise-c9902444/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)
