# Blockbuster.ai Twitter API45 User Lookup

> Blockbuster.ai Twitter API45 User Lookup 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).

Fetches Twitter/X user profile data by username or user ID via the Twitter API45 data provider

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/twitter-api45-user
- 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-api45-user-lookup-d06d3fb1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9Wlc4Qpm7Lsw1-tD640Ag

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-api45-user-lookup-d06d3fb1 -d '<json body>'
```

Example prompt: Can you pull up the Twitter profile details for @elonmusk — I need their follower count, bio, and whether the account is verified?

## When to prefer this

Use this endpoint when you need to retrieve public Twitter/X user profile data without setting up official Twitter API credentials. Particularly useful for social analytics pipelines, influencer research, or enriching contact data with social media presence. Prefer this over direct Twitter API when you need micropayment-based pay-per-call access via x402 on Base chain.

## Known failure modes

- User not found — returns success: false if username/ID does not exist
- Invalid query format — malformed or empty query string returns an error
- Rate limiting — upstream Twitter API45 quota exceeded results in failure
- Private account — data may be limited for protected Twitter accounts
- Network timeout — Vercel function timeout on slow upstream responses

## 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 data object containing the Twitter user's profile information, including follower/following counts, bio description, profile image URL, verified status, tweet count, account creation date, and other public metadata available via the Twitter API45 provider.

## 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-api45-user-lookup-d06d3fb1/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)
