# StableSocial Facebook Profile Lookup

> StableSocial Facebook Profile Lookup is a paid API for AI agents from socialx402.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Fetches public Facebook profile data for a given user via pay-per-request POST, requiring no subscription or authentication.

## Facts

- Endpoint: POST https://socialx402.com/api/facebook/profile
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-facebook-profile-lookup-2546e2df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BagknUMhldml6TistSDeZ

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 stablesocial-facebook-profile-lookup-2546e2df -d '<json body>'
```

Example prompt: Can you pull the public Facebook profile data for the user at facebook.com/zuck — I need their bio, follower count, and any public profile details?

## When to prefer this

Choose this endpoint when you need pay-per-request, no-subscription Facebook profile data without setting up OAuth or a Facebook developer account. Ideal for one-off lookups or low-volume enrichment tasks where a full API integration is overkill.

## Known failure modes

- Profile is private or restricted — returns empty or partial data
- Invalid username or profile URL — returns 404 or error response
- Facebook rate limiting or blocking — returns timeout or access denied
- Payment failure via x402 — request not processed
- Profile does not exist — returns not found error

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns structured public Facebook profile data including bio, follower/friend counts, profile picture URL, and other publicly available metadata for the requested user.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "profile_id": {
   "type": "string",
   "minLength": 1,
   "description": "Facebook profile ID or username"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-facebook-profile-lookup-2546e2df/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from socialx402.com](https://www.zero.xyz/host/socialx402.com/llms.txt)
