# GGWP API Hub – Botometer Pro

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

Checks a Twitter/X account's bot likelihood score using the Botometer Pro service via a pay-per-call API.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/botometer-pro
- Price: $0.076242/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-botometer-pro-d9152427
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VfYpKwp06w8tZYod9q85J

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-botometer-pro-d9152427 -d '<json body>'
```

Example prompt: Can you check if the Twitter account @elonmusk is a bot using Botometer Pro and tell me the bot score?

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-call bot detection for Twitter/X accounts without managing your own Botometer Pro API credentials. It is ideal for agents performing one-off or sporadic account authenticity checks where a subscription would be overkill, and for workflows on the Base blockchain ecosystem using x402 micropayments.

## Known failure modes

- Invalid or non-existent Twitter handle returns an error or empty result
- Malformed input object causes a 400 or schema validation error
- Payment failure on Base chain results in 402 response blocking access
- Botometer Pro upstream API unavailability causes timeout or 503
- Rate limits on the underlying Botometer service may throttle responses

## 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 Botometer Pro's bot scoring data for the queried Twitter account, including probability scores and classification signals indicating the likelihood the account is automated or bot-operated.

## 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-botometer-pro-d9152427/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)
