# AnyAPI YouTube Comment Replies Scraper

> AnyAPI YouTube Comment Replies Scraper 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).

Fetches replies to a specific YouTube comment, returning threaded reply data for a given comment ID

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/youtube.comment_replies
- 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-youtube-comment-replies-scraper-396b8b82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__M7CHjNGmOpQec4lKTANr

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-youtube-comment-replies-scraper-396b8b82 -d '<json body>'
```

Example prompt: Can you pull all the replies to this YouTube comment ID 'UgxABC123XYZ' so I can see what people said in response to it?

## When to prefer this

Use this endpoint when you need to retrieve the threaded replies under a specific YouTube comment without a YouTube Data API quota, without a monthly subscription, and with pay-per-request pricing at $0.002 per call. Ideal for agents doing social listening, sentiment analysis on comment threads, or community research on YouTube content.

## Known failure modes

- Invalid or non-existent comment ID returns an error or empty result
- Comment has no replies returns an empty array
- YouTube rate limiting or blocking causes scrape failure
- Private or deleted video/comment returns access error
- Network timeout on scraping infrastructure

## 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 an array of reply entries for the specified YouTube comment, each including reply text, author name, author channel ID, publish timestamp, like count, and reply ID.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-youtube-comment-replies-scraper-396b8b82/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)
