# AnyAPI Facebook Profile Events

> AnyAPI Facebook Profile Events is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Scrapes upcoming and past events associated with a Facebook profile or page

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/facebook.profile_events
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-facebook-profile-events-f621b816
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w4NTnefz6LYtVtiX_iU1U

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-profile-events-f621b816 -d '<json body>'
```

Example prompt: Can you pull all the upcoming events listed on the Facebook page for 'Eventbrite NYC' — I want to see event names, dates, locations, and any RSVP counts?

## When to prefer this

Use this endpoint when you need to programmatically extract event listings from a Facebook profile or page without managing a Facebook API token or developer app. Ideal for agents monitoring event schedules of businesses, venues, or public figures on Facebook, especially when a no-subscription, pay-per-call model is preferred over managing OAuth credentials.

## Known failure modes

- Profile or page is private or restricted — returns empty or error
- Invalid or non-existent Facebook profile URL — 400 or not-found error
- Facebook rate limiting or blocking of scraper — timeout or partial data
- Profile has no events listed — returns empty events array
- Malformed URL input — validation 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

Returns a JSON object containing a list of events from the specified Facebook profile or page, including event names, dates/times, locations, descriptions, links to individual event pages, and attendance/RSVP counts where available.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-facebook-profile-events-f621b816/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)
