# GEDX402 Social – Facebook Ad Library Ad Details

> GEDX402 Social – Facebook Ad Library Ad Details is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-14).

Fetches detailed metadata for a specific Facebook Ad Library ad by ID or URL, optionally trimming results or including a transcript.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/facebook-ad-library/ad-details
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-facebook-ad-library-ad-details-94f51e10
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_usgK8DcBI0tbGaRBbnHft

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 gedx402-social-facebook-ad-library-ad-details-94f51e10
```

Example prompt: Pull the full details for Facebook Ad Library ad ID 123456789 — include the transcript and don't trim the results.

## When to prefer this

Use this endpoint when you need structured details about a specific Facebook Ad Library ad identified by its ID or URL, especially when you also want a transcript of the ad content. Prefer this over general web scraping when you need clean, structured ad metadata via a pay-per-call model.

## Known failure modes

- Invalid or missing ad ID/URL returns an error or empty data object
- Ad not found in Facebook Ad Library returns success:false or empty data
- Transcript unavailable for non-video ads may return empty transcript field
- Payment failure via x402 results in 402 response before data is returned
- Rate limiting or upstream Facebook Ad Library access issues may cause timeouts

## How this service works

SociaVault social data ingest — profile, posts, transcript, and full API proxy. One x402 payment per outcome.

## Output

Returns a JSON object with a `data` field containing the ad's details (creative, targeting, metadata, and optionally transcript), a `success` boolean, and the provider name ('sociavault').

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "type": "string"
  },
  "url": {
   "type": "string"
  },
  "trim": {
   "type": "boolean"
  },
  "get_transcript": {
   "type": "boolean"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-social-facebook-ad-library-ad-details-94f51e10/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
