# GEDX402 Social – SociaVault Facebook Post Fetcher

> GEDX402 Social – SociaVault Facebook Post Fetcher 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-15).

Fetches data for a specific Facebook post via the SociaVault social data ingest proxy, billed per call via x402 micropayment.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/facebook/post
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-sociavault-facebook-post-fetcher-bef521d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iLZDFJ5Bma2PWo2ToibrV

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-sociavault-facebook-post-fetcher-bef521d2
```

Example prompt: Pull the post data for this Facebook URL using SociaVault: https://www.facebook.com/someuser/posts/1234567890 — I want the content, engagement counts, and any metadata available.

## When to prefer this

Use this endpoint when you need to programmatically retrieve data from a specific Facebook post URL and are operating in an x402 micropayment environment. Prefer this over generic scraping when you need a structured JSON response with per-call billing and no subscription required.

## Known failure modes

- Invalid or non-public Facebook post URL returns empty data or error
- Post has been deleted or made private, resulting in empty data object
- x402 payment failure causes 402 response before data is returned
- Rate limiting or provider-side error from SociaVault returns failure response
- Malformed URL input causes request rejection

## 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 Facebook post's content, engagement metrics, and metadata, along with a 'success' boolean and 'provider' field confirming SociaVault as the data source.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  }
 }
}
```

## 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-sociavault-facebook-post-fetcher-bef521d2/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)
