# StableSocial Facebook Post Transcript

> StableSocial Facebook Post Transcript is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Fetches and transcribes the text content of a Facebook post given its URL, with no authentication or subscription required.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/facebook/post/transcript
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-facebook-post-transcript-7a203a4a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rCFO_4lRBNrky0MJfU00z

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 stablesocial-facebook-post-transcript-7a203a4a -d '<json body>'
```

Example prompt: Can you grab the text content of this Facebook post for me? Here's the URL: https://www.facebook.com/example/posts/123456789

## When to prefer this

Choose this endpoint when you need to extract the text content of a specific Facebook post by URL without managing Facebook API credentials, OAuth tokens, or subscriptions. It is ideal for lightweight, pay-per-use social media data extraction pipelines where you only need occasional post lookups rather than bulk or real-time streaming. Prefer this over the Facebook Graph API when you want zero-auth, per-request billing via USDC.

## Known failure modes

- Post URL is private or requires login — returns error or empty content
- Invalid or malformed Facebook post URL — returns validation error
- Post has been deleted or is unavailable — returns not-found error
- Rate limit or payment failure (x402) — returns 402 Payment Required
- Facebook anti-scraping measures block the request — may return empty or error response

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns the transcribed text content of the specified Facebook post — the body/caption text published at that URL — enabling downstream reading, analysis, or storage without any browser or login session.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "Facebook post URL"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-facebook-post-transcript-7a203a4a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
