# StableSocial Facebook Profile Events

> StableSocial Facebook Profile Events is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Retrieves a list of public events from a Facebook page, with pagination support

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/facebook/profile/events
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-facebook-profile-events-5b73cd13
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AswRd9Tv8i-cnZSqW1xEU

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-events-5b73cd13 -d '<json body>'
```

Example prompt: Can you pull all the upcoming public events from the Facebook page at facebook.com/ChelseaMarketNYC so I can see what they have scheduled?

## When to prefer this

Choose this endpoint when you need pay-per-request access to Facebook page events without managing authentication, OAuth, or subscriptions. It is ideal for one-off scrapes, agent workflows, or monitoring jobs where you only pay for actual calls. Prefer this over official Graph API when you lack Facebook app credentials or want zero-setup access.

## Known failure modes

- Invalid or non-public Facebook page URL returns an error or empty result
- Private or restricted Facebook pages may return no events
- Expired or invalid cursor causes pagination to fail
- Rate limiting or service unavailability returns a non-200 response
- Facebook pages with no events return an empty events list

## 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 a list of public events from the specified Facebook page, including event names, dates, descriptions, and other available metadata. Also returns a pagination cursor if more events exist beyond the current page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "The URL of the public Facebook page"
  },
  "cursor": {
   "type": "string",
   "description": "The cursor to paginate to get more events"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-facebook-profile-events-5b73cd13/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
