# AnyAPI Facebook Post Transcript

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

Scrapes and extracts the transcript or text content from a Facebook post given its URL or identifier

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/facebook.post_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-facebook-post-transcript-0d9a62ad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J_9rpu-zQV2W0_iQHQ7_b

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-transcript-0d9a62ad -d '<json body>'
```

Example prompt: Can you grab the full text content of this Facebook post for me: https://www.facebook.com/someuser/posts/1234567890?

## When to prefer this

Use this endpoint when you need to programmatically extract the text content of a specific Facebook post without managing your own scraping infrastructure, browser automation, or Facebook API credentials. Ideal for pay-per-use scenarios where you don't want a recurring subscription and only occasionally need Facebook post data.

## Known failure modes

- Post is private or restricted and cannot be scraped — returns error or empty result
- Invalid or malformed Facebook post URL — returns validation error
- Post has been deleted or removed — returns not found error
- Facebook rate limiting or anti-bot measures block the request — returns failure or timeout
- Post contains no text content (image/video only) — returns empty transcript

## 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 or text body of the specified Facebook post, along with any available post metadata such as author, timestamp, or engagement data.

## Response schema (JSON Schema)

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

## More

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