# AnyAPI Facebook Event Details

> AnyAPI Facebook Event Details is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status down (last checked 2026-09-15).

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

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/facebook.event_details
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-facebook-event-details-0288ef56
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QsSZG_cNh36yedi0ZkBzh

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 anyapi-facebook-event-details-0288ef56 -d '<json body>'
```

Example prompt: Can you pull all the details for this Facebook event — the title, date, time, location, organizer, and description? Here's the event URL: https://www.facebook.com/events/1234567890

## When to prefer this

Use this endpoint when you need to programmatically extract structured data from a public Facebook event page without managing a browser, maintaining a Facebook session, or subscribing to a costly data service. Ideal for one-off lookups at $0.002 per call with no subscription required.

## Known failure modes

- Event URL or ID is invalid or malformed — returns error response
- Facebook event is private or restricted — scrape may fail or return partial data
- Facebook changes its page structure — scraper may return empty or incomplete fields
- Rate limiting or anti-bot measures from Facebook — request may fail
- Event has been deleted or is no longer accessible — returns not found error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing structured details about the Facebook event, including title, date and time, location, event description, organizer name, number of attendees/interested, and the canonical event URL.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-facebook-event-details-0288ef56/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
