# BlackBobs.ai Twitter/X API Endpoint

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

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

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/twitter-x
- Price: $0.141896/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-twitter-x-api-endpoint-01344476
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GpNbsfDOcHEeylhB3ZPte

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-endpoint-01344476 -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need Twitter/X social data without managing a direct Twitter developer account or API credentials, and want to pay per call via USDC on Base chain rather than subscribing to a monthly tier. Useful for agents that need occasional Twitter lookups without committing to Twitter API subscription costs.

## Known failure modes

- Invalid or suspended Twitter username returns empty or error result
- Rate limit exceeded on the underlying Twitter API causes failure
- Malformed input object returns an API error
- Private/protected account data may be restricted or unavailable
- Network timeout from the Vercel deployment under high load

## 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 fields, engagement statistics, timeline entries, or search results depending on the query submitted. The response wraps the platform data inside a 'result' object with a 'data' 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-x-api-endpoint-01344476/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)
