# GGWP Twitter Followers Lookup

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

Retrieves the Twitter/X follower count or follower data for a given account via a pay-per-call API.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/twitter-followers
- Price: $0.182984/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-followers-lookup-9a5c7bc4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Kst1WsO9SiY7XuN60N0w0

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-followers-lookup-9a5c7bc4 -d '<json body>'
```

Example prompt: Can you look up how many Twitter followers the account @elonmusk has right now?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call lookup of Twitter follower data without managing a Twitter API key or developer account. Ideal for agents that need occasional on-demand social metrics without a subscription commitment. Prefer over direct Twitter API integration when simplicity and pay-as-you-go pricing via x402 on Base chain is preferred.

## Known failure modes

- Invalid or non-existent Twitter handle returns an error or empty result
- Rate limiting or quota exceeded on the underlying Twitter data source
- API returns a generic 'example response' if input is malformed
- Payment failure on Base chain if USDC balance is insufficient
- Stale or cached data if the follower count has changed recently

## 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 Twitter follower data for the queried account, including follower count and potentially other account metrics available via the API.

## 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-followers-lookup-9a5c7bc4/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)
