# BlackBobs.ai Twitter/X API

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

Provides access to Twitter/X social media data and actions via a pay-per-call API on the Base blockchain

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/twitter-x-api
- Price: $0.191839/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-x-api-31e5beed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3Q7DVPZZewAj435EkGJCR

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-x-api-31e5beed -d '<json body>'
```

Example prompt: Can you pull the latest tweets and profile info for @elonmusk from Twitter using the BlackBobs.ai Twitter API?

## When to prefer this

Choose this endpoint when you need lightweight, pay-per-call access to Twitter/X data without managing your own Twitter API credentials or subscription. Ideal for agents making sporadic social media lookups billed per use on Base chain via x402, avoiding monthly API subscription costs.

## Known failure modes

- Invalid or suspended Twitter handle returns empty or error result
- Rate limits from underlying Twitter API may cause failures
- Malformed input query returns generic error response
- Twitter/X API downtime propagates as service unavailability
- Insufficient USDC balance or x402 payment failure blocks the call

## 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 Twitter/X data such as tweet content, user profile information, engagement metrics (likes, retweets, replies), timestamps, and other relevant social media data depending on the query submitted.

## 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-x-api-31e5beed/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)
