# GEDX402 Social – Facebook Profile Posts Fetch

> GEDX402 Social – Facebook Profile Posts Fetch 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 paginated posts from a Facebook profile or page via SociaVault proxy, with one x402 micropayment per call.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/facebook/profile/posts
- 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-profile-posts-fetch-2d65d638
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VFt7gIw9t7os54rY7Kykh

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-profile-posts-fetch-2d65d638
```

Example prompt: Pull the latest posts from the Facebook page at facebook.com/NationalGeographic — use page ID 23456789 and start from the beginning with no cursor.

## When to prefer this

Use this endpoint when you need programmatic, pay-per-call access to Facebook page posts without managing Facebook API credentials directly. Best for agents that need to ingest social post data on demand and can use x402 micropayments.

## Known failure modes

- Invalid or missing Facebook URL/pageId returns empty data or error
- Expired/invalid pagination cursor causes incomplete results
- x402 payment failure results in 402 response and no data
- Private or restricted Facebook page returns no accessible posts
- Rate limits or Facebook access restrictions may yield empty results

## How this service works

SociaVault API proxy — facebook-profile-posts. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.014 USDC per request.

## Output

Returns a JSON object with a 'data' field containing the fetched Facebook posts, a 'success' boolean, and a 'provider' field identifying SociaVault as the data source. Pagination is supported via cursor.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "cursor": {
   "type": "string"
  },
  "pageId": {
   "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-facebook-profile-posts-fetch-2d65d638/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)
