# AnyAPI Twitter Tweet Transcript

> AnyAPI Twitter Tweet Transcript is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Scrapes and returns the full transcript/text content of a Twitter/X tweet by its identifier

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/twitter.tweet_transcript
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-twitter-tweet-transcript-d73136b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4JtNgZuLiuEJN4M6Ix8gS

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 anyapi-twitter-tweet-transcript-d73136b3 -d '<json body>'
```

Example prompt: Can you fetch the full text of this tweet for me? https://x.com/elonmusk/status/1234567890123456789 — I want to read what was actually said in it.

## When to prefer this

Use this endpoint when you need to extract tweet content without a Twitter/X developer API account, want pay-per-request pricing with no monthly subscription, or need to integrate tweet transcript extraction into a larger data pipeline alongside other scraping tasks using a single API key.

## Known failure modes

- Tweet not found or deleted — returns error with null content
- Tweet is from a private/protected account — access denied
- Invalid tweet URL or ID format — validation error
- Rate limiting or scraping block from Twitter/X — service error
- Network timeout fetching the tweet page — request timeout error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing the extracted transcript and text content of the specified tweet, including the full tweet body and potentially metadata such as author, timestamp, and engagement stats.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-twitter-tweet-transcript-d73136b3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
