# GEDX402 Social – SociaVault Facebook Profile Lookup

> GEDX402 Social – SociaVault Facebook Profile Lookup 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 a Facebook profile's data (and optionally business hours) via the SociaVault social data proxy, billed per call via x402 micropayment.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/facebook/profile
- 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-profile-lookup-7db466f5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zqR8xtZwBJpR6GXZbEoEl

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-profile-lookup-7db466f5
```

Example prompt: Can you pull the SociaVault Facebook profile data for https://www.facebook.com/SomeBusiness and also grab their business hours?

## When to prefer this

Use this endpoint when you need to programmatically fetch Facebook profile or business page data (including business hours) in a pay-per-call model with no subscription required. Prefer it over scraping solutions when you want a clean API abstraction with micropayment billing via x402.

## Known failure modes

- Invalid or non-existent Facebook URL returns empty data object with success:false
- Profile is private or inaccessible — data returned is empty or partial
- x402 payment failure — no data returned, payment not charged
- Rate limiting or upstream SociaVault unavailability — timeout or 5xx error
- Malformed URL parameter — 400-level error or empty 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 Facebook profile details (and optionally business hours), a `success` boolean, and a `provider` string set to 'sociavault'. The call charges $0.014 USDC via x402 on success.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "get_business_hours": {
   "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-profile-lookup-7db466f5/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)
