# Blockbuster.ai Twitter User Info

> Blockbuster.ai Twitter User Info is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Retrieves profile information and metadata for a Twitter/X user by username or user ID

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/twitter-user-info
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-twitter-user-info-bd29e57d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EwkxDrGYUVV3Foj_GyjWJ

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 blockbuster-ai-twitter-user-info-bd29e57d -d '<json body>'
```

Example prompt: Look up the Twitter profile info for @elonmusk — I want to see their bio, follower count, and account details.

## When to prefer this

Use this endpoint when you need to quickly retrieve public Twitter/X profile metadata for a specific user without setting up direct Twitter API credentials. Ideal for social media research, influencer vetting, or enriching user records with Twitter data via simple micropayment on Base chain.

## Known failure modes

- User not found — invalid or suspended Twitter handle returns error
- Payment failure — insufficient USDC balance for x402 micropayment
- Rate limiting — too many requests in a short period
- Twitter API unavailability — upstream service outage causing failure
- Ambiguous query — query string not matching any known user

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a JSON object with Twitter user profile data including username, display name, bio, follower count, following count, tweet count, profile image, account creation date, and other public account metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-twitter-user-info-bd29e57d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
