# Blockbuster.ai Twitter Screenshot

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

Captures a screenshot of a Twitter/X profile, tweet, or page and returns the image data

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/screenshot-twitter
- Price: $0.1/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-screenshot-eac82f41
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__cE5O6yIedDf_Zp3rcmdo

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-screenshot-eac82f41 -d '<json body>'
```

Example prompt: Can you take a screenshot of this tweet — https://twitter.com/elonmusk/status/123456789 — and give me the image?

## When to prefer this

Use this endpoint when you need a visual snapshot of a tweet or Twitter profile — ideal for archiving tweets as images, sharing Twitter content visually, or capturing public Twitter pages without needing the Twitter API. Prefer this over Twitter API when you need rendered visual output rather than structured JSON data.

## Known failure modes

- Invalid or non-existent Twitter URL returns error
- Private or suspended account returns failure
- Twitter rate limiting or blocking may cause capture failure
- Malformed query parameter returns bad request
- Payment failure via x402 micropayment prevents access

## 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 an object with a success boolean and a data object containing the screenshot image data (likely base64-encoded image or image URL) of the specified Twitter page or tweet.

## 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-screenshot-eac82f41/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)
