# AnyAPI Facebook Comment Replies Scraper

> AnyAPI Facebook 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).

Scrapes and returns reply comments for a given Facebook comment, including nested reply data.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/facebook.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-facebook-comment-replies-scraper-bb065696
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZO3VcT98F8FbrV4A11Rmh

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-facebook-comment-replies-scraper-bb065696 -d '<json body>'
```

Example prompt: Can you pull all the replies to this Facebook comment — https://www.facebook.com/photo?fbid=123456789&comment_id=987654321 — and show me who replied and what they said?

## When to prefer this

Use this endpoint when you need to programmatically retrieve reply threads under a specific Facebook comment without managing your own scraping infrastructure or Facebook API credentials. Ideal for social listening, sentiment analysis on discussions, competitive monitoring, or aggregating community feedback at $0.002 per call with no subscription required.

## Known failure modes

- Comment ID not found or invalid — returns empty result or 404-style error
- Facebook rate limiting or bot detection blocks the scrape — returns error or partial data
- Comment has been deleted or is private — returns empty or access-denied response
- Malformed input URL or comment ID — returns validation error
- Facebook page requires login to view — may return empty result

## 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 array of reply comments for the specified Facebook comment, including commenter names, profile links, reply text content, timestamps, reaction counts, and any nested sub-replies.

## Response schema (JSON Schema)

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

## More

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