# BlackBobs.ai Twitter Tweets Followers API

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

Retrieves follower information for a Twitter/X user's tweets via a pay-per-call API endpoint

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/twitter-tweets-followers
- Price: $0.121243/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-tweets-followers-api-5e25332a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pdRXJZDBHBpKv4wxeLnWn

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-tweets-followers-api-5e25332a -d '<json body>'
```

Example prompt: Can you fetch the follower list for the Twitter account @elonmusk using the BlackBobs.ai Twitter tweets followers endpoint?

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-call access to Twitter/X follower data without managing OAuth credentials directly, especially in agent workflows using x402 micropayments on Base chain. It is well-suited for social analytics, influencer research, or audience profiling tasks within automated pipelines.

## Known failure modes

- Invalid or non-existent Twitter username returns empty or error result
- Rate limiting or API quota exceeded returns an error response
- Missing required input fields returns a validation error
- Payment failure via x402 on Base chain results in 402 response and no data returned
- Twitter account is private or suspended may return no follower data

## How this service works

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

## Output

Returns a result object containing follower data associated with the specified Twitter/X user or tweet, including follower account details and related social metrics as provided by the BlackBobs.ai API hub.

## 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-tweets-followers-api-5e25332a/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)
