# AnyAPI Reddit Post Transcript

> AnyAPI Reddit Post 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-15).

Fetches and returns the full transcript/content of a Reddit post including text, metadata, and comments via a pay-per-request scraping API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/reddit.post_transcript
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-reddit-post-transcript-0119a286
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YdJJK4MJptRNXGXKdQLje

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-reddit-post-transcript-0119a286 -d '<json body>'
```

Example prompt: Can you grab the full transcript of this Reddit post for me — title, body, and top comments — from https://www.reddit.com/r/AskReddit/comments/abc123/whats_your_favorite_travel_hack/?

## When to prefer this

Choose this endpoint when you need Reddit post content without managing Reddit API credentials or subscriptions. Ideal for one-off or low-frequency Reddit data extraction where paying $0.002 per call is more economical than maintaining a Reddit developer account. Best for agents that need structured post data including comments on demand.

## Known failure modes

- Post URL or ID not found — returns 404 or error JSON
- Reddit rate limiting or blocking scraper — returns timeout or error
- Deleted or removed post — returns empty content or error
- Private or restricted subreddit — access denied error
- Malformed post URL input — returns validation 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

Returns a JSON object containing the Reddit post's title, body text, author, score, subreddit, timestamp, and a list of comments with their authors and upvote counts.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-reddit-post-transcript-0119a286/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)
