# GEDX402 Social – SociaVault Facebook Group Posts

> GEDX402 Social – SociaVault Facebook Group Posts 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 specified Facebook group via the SociaVault social data proxy, with a single x402 micropayment per call.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/facebook/group/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-sociavault-facebook-group-posts-96f51aa5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sqOyuZYZKgA3Z1BqsMTJP

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-group-posts-96f51aa5
```

Example prompt: Pull the latest posts from the Facebook group with ID '123456789' — sort by recent and grab the first page of results using SociaVault.

## When to prefer this

Use this endpoint when you need to programmatically retrieve posts from a Facebook group and are willing to pay per-call via x402 micropayment. Prefer this over manual scraping or OAuth-based Facebook Graph API when you lack Facebook developer credentials or need a proxy abstraction.

## Known failure modes

- Invalid or private group ID returns empty data or access error
- Missing group_id or url parameter results in a bad request
- Invalid cursor causes pagination failure
- x402 payment failure blocks the request entirely
- Rate limiting or Facebook-side blocking returns no data

## How this service works

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

## Output

A JSON object with a 'data' field containing the group's posts, a 'success' boolean, and provider metadata ('sociavault'). Supports cursor-based pagination for iterating through additional pages.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "cursor": {
   "type": "string"
  },
  "sort_by": {
   "type": "string"
  },
  "group_id": {
   "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-group-posts-96f51aa5/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)
