# StableSocial Facebook Ad Library Transcript

> StableSocial Facebook Ad Library 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).

Retrieves the transcript or text content of a specific Facebook ad from the Ad Library by ad ID or URL

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/facebook/adLibrary/ad/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-ad-library-transcript-6fd2b6c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ba0KawSiEtNS28uPAQYMs

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-ad-library-transcript-6fd2b6c9 -d '<json body>'
```

Example prompt: Can you pull the transcript for this Facebook ad? The ad ID is 1234567890123456 — I want to see the exact copy they're using.

## When to prefer this

Use this endpoint when you need to programmatically retrieve the text content or transcript of a specific Facebook ad from the Ad Library without requiring a Facebook account, API token, or subscription. Ideal for competitive intelligence, ad monitoring, compliance auditing, or research workflows that need pay-per-call access with no setup overhead.

## Known failure modes

- Invalid or non-existent Facebook ad ID returns an error or empty result
- Ad URL does not point to a valid Facebook Ad Library entry
- Ad has been removed from the library and is no longer accessible
- Rate limiting or service unavailability returns a non-200 response
- Ad contains only video/image content with no extractable transcript

## How this service works

Scrape Creators · Facebook — Ad Transcript

## Output

Returns the transcript or text content extracted from the specified Facebook Ad Library ad entry, including the ad's written copy, script, or spoken/displayed text, identified by ad ID or ad URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "type": "string",
   "description": "Facebook Ad Id"
  },
  "url": {
   "type": "string",
   "description": "Facebook Ad URL"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-facebook-ad-library-transcript-6fd2b6c9/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)
