# BlackBobs.ai Twitter Followers Lookup

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

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

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/twitter-followers
- Price: $0.182984/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-twitter-followers-lookup-26e90b83
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__PD2CBOlCoSaWYty1SsTr

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 blackbobs-ai-twitter-followers-lookup-26e90b83 -d '<json body>'
```

Example prompt: Can you check how many Twitter followers @elonmusk has right now?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call access to Twitter follower data without managing Twitter API credentials or subscriptions. Ideal for one-off lookups or low-volume agent workflows where a per-call micropayment model (via x402 on Base) is preferable to a monthly API subscription.

## Known failure modes

- Invalid or non-existent Twitter handle returns an error or empty result
- Rate limiting from the underlying Twitter API may cause failures
- Account may be suspended or private, resulting in limited data
- Missing required username parameter causes a validation error
- Payment failure via x402/Base chain blocks the request entirely

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns an object containing follower data for the specified Twitter/X account, including follower count and potentially other account metrics such as following count, tweet count, or profile details, wrapped in a result field.

## 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/blackbobs-ai-twitter-followers-lookup-26e90b83/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
