# Blockbuster.ai Botometer Check

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

Checks a Twitter/X account's Botometer score to assess the likelihood that it is a bot rather than a human user

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/botometer-check
- Price: $0.12/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-botometer-check-29e00276
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jLyxZQuZVkbZJHMIhs_Br

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-botometer-check-29e00276 -d '<json body>'
```

Example prompt: Can you run a Botometer check on the Twitter account @elonmusk and tell me what the bot score is — like, how likely is it that this account is automated rather than a real person?

## When to prefer this

Use this endpoint when you need to assess the bot likelihood of a specific Twitter/X account and want a Botometer-backed score. Prefer this over manual heuristics or follower-count checks when you need a standardized, ML-based bot probability score for disinformation research, influencer vetting, or social media hygiene workflows.

## Known failure modes

- Account not found or suspended on Twitter/X — returns error in data object
- Invalid or missing query parameter — returns success:false
- Twitter API rate limits exceeded upstream — returns error
- Private/protected account not accessible — limited or no score returned
- Payment failure via x402 — 402 response before endpoint is reached

## 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 Botometer score and related data indicating the likelihood that the specified Twitter/X account is operated by a bot versus a human, including probability scores and classification signals.

## 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-botometer-check-29e00276/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)
