# Blockbuster.ai Twitter/X Profile Lookup

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

Fetches public profile data for a Twitter/X user by username or query

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/twitter-x-profile
- Price: $0.07/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-x-profile-lookup-ad5b31e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KmxbDr_KCABus4RW7PVGu

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-x-profile-lookup-ad5b31e6 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need to quickly retrieve public profile data for a specific Twitter/X user without setting up direct Twitter API credentials. Ideal for agents enriching contact records, researching influencers, or verifying social media presence, especially when paying per-call via x402 micropayments is acceptable.

## Known failure modes

- User not found — query returns empty or error if username does not exist
- Private account — profile data may be limited or unavailable
- Rate limiting — upstream Twitter/X API quota exceeded
- Invalid query format — missing or malformed input parameter
- Payment failure — x402 micropayment on Base chain not accepted or insufficient USDC balance

## 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 public Twitter/X profile information for the queried user, including fields such as display name, username, bio, follower/following counts, and other account metadata, along with a success boolean.

## 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-x-profile-lookup-ad5b31e6/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)
