# BlackBobs.ai Twitter/X Screenshot API

> BlackBobs.ai Twitter/X Screenshot API is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.166695/call, status unknown (last checked 2026-09-15).

Captures and returns a screenshot of a Twitter/X profile, tweet, or page as an image

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/screenshot-twitter-x
- Price: $0.166695/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-twitter-x-screenshot-api-4dba38de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JwY2bQHwVLDB7aUpkBq4S

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 blackbobs-ai-twitter-x-screenshot-api-4dba38de -d '<json body>'
```

Example prompt: Can you take a screenshot of this tweet for me? https://twitter.com/elonmusk/status/123456789 — I need it as an image I can save.

## When to prefer this

Use this endpoint when you need a visual, image-based capture of a Twitter/X tweet or profile rather than raw text data. Ideal for archiving, reporting, compliance, content moderation workflows, or when you need to embed a tweet visually without relying on Twitter's embed API.

## Known failure modes

- Invalid or malformed Twitter/X URL returns an error
- Private or suspended account pages may not render correctly
- Rate limiting on Twitter/X side may cause partial or failed renders
- Network timeout if the page takes too long to load
- Tweet may have been deleted before the screenshot is taken

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a rendered screenshot image of the specified Twitter/X URL, typically as image data or a URL to the captured image, showing the visual state of the tweet, profile, or X page at the time of the request.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-twitter-x-screenshot-api-4dba38de/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
