# GEDX402 Social – Facebook Profile Reels Fetcher

> GEDX402 Social – Facebook Profile Reels 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-14).

Fetches a Facebook profile's reels feed via SociaVault, with pagination support, paid per call via x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/facebook/profile/reels
- 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-reels-fetcher-0dca7546
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BUOY66sPl06O-dPkTS71K

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-reels-fetcher-0dca7546
```

Example prompt: Fetch the reels feed for the Facebook profile at facebook.com/NationalGeographic using SociaVault — if there are more pages, pass the cursor to get the next batch.

## When to prefer this

Use this endpoint when you need to programmatically retrieve Facebook reels from a public profile and the official Facebook Graph API is unavailable or too restrictive. Ideal for agents needing pay-per-call social data ingestion without managing OAuth credentials.

## Known failure modes

- Invalid or non-existent Facebook profile URL returns empty data or error
- Private/restricted profiles may return no reels data
- Expired or invalid pagination cursor returns error or restarts feed
- x402 payment failure results in 402 response and no data returned
- Rate limiting or upstream SociaVault outage returns failure response

## 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 reels feed content for the specified Facebook profile, a 'success' boolean, and a 'provider' field identifying SociaVault. Pagination is supported via cursor or next_page_id for iterating through large reels feeds.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "cursor": {
   "type": "string"
  },
  "next_page_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-facebook-profile-reels-fetcher-0dca7546/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)
