# StableSocial Facebook Event Details Scraper

> StableSocial Facebook Event Details Scraper 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).

Scrapes and returns detailed information about a specific Facebook event given its ID or URL

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/facebook/event/details
- 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-event-details-scraper-b5092415
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_K3_tKwCSRKocsjbV5wr6M

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-event-details-scraper-b5092415 -d '<json body>'
```

Example prompt: Can you pull all the details for this Facebook event — https://www.facebook.com/events/1234567890 — I want to know the date, location, description, and how many people are attending?

## When to prefer this

Use this endpoint when you need structured data from a specific Facebook event page and don't have direct Facebook Graph API access or want to avoid API approval overhead. Ideal for one-off event lookups, competitive monitoring, or aggregating public event data at $0.06 per call with no monthly subscription.

## Known failure modes

- Event not found or deleted — returns empty or error response
- Private or restricted event — scraper cannot access non-public events
- Invalid event ID or malformed URL — input validation error
- Facebook anti-scraping measures blocking the request — rate limit or block response
- Neither ID nor URL provided — missing required body fields

## How this service works

Scrape Creators · Facebook — Event Details

## Output

Returns structured data about the Facebook event including its name, description, date/time, location/venue, organizer information, and attendee/interest counts extracted from the public Facebook event page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "type": "string",
   "description": "The ID of the event"
  },
  "url": {
   "type": "string",
   "description": "The URL of the event"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-facebook-event-details-scraper-b5092415/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)
