# AnyAPI Facebook Post Comments Scraper

> AnyAPI Facebook Post Comments 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 comments from a Facebook post given its URL or identifier

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/facebook.post_comments
- 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-post-comments-scraper-9e3ba329
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7bgm_vsuyUVKWUy9_7WRw

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-post-comments-scraper-9e3ba329 -d '<json body>'
```

Example prompt: Can you pull all the public comments from this Facebook post — https://www.facebook.com/somecompany/posts/123456789 — so I can analyze what people are saying about it?

## When to prefer this

Choose this endpoint when you need to scrape public Facebook post comments without maintaining a Facebook developer account or managing API credentials. Ideal for one-off or low-volume comment extraction paid per request, avoiding monthly subscription costs. Use when you need comments data from public Facebook posts for sentiment analysis, social listening, or content research.

## Known failure modes

- Post is private or restricted and not publicly accessible — returns empty or access error
- Invalid or malformed Facebook post URL — returns validation error
- Post has been deleted or removed — returns not found error
- Facebook rate limiting or blocking of scraper — returns service unavailable or retry error
- Post has no comments — returns empty comments array

## 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 comments from the specified Facebook post, including commenter names, profile references, comment text, timestamps, like counts, and reply counts where available.

## Response schema (JSON Schema)

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

## More

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