# AnyAPI Facebook Events Search

> AnyAPI Facebook Events Search 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).

Searches for Facebook events by keyword, location, or other criteria and returns structured event data

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/facebook.events_search
- 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-events-search-7e201fdf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bnCDQ2BUk1bYpKAGJ-c1x

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-events-search-7e201fdf -d '<json body>'
```

Example prompt: Search Facebook events for 'jazz concert' in New York City this weekend and give me a list of upcoming events with their dates, locations, and links.

## When to prefer this

Use this endpoint when you need to programmatically discover or monitor Facebook events without a Facebook developer account or API access. Ideal for aggregating local event listings, monitoring event activity for specific topics or locations, or enriching apps with real-world event data. Best when you need pay-per-use pricing without a subscription commitment.

## Known failure modes

- No events found for the given query or location — returns empty results array
- Facebook anti-scraping measures blocking the request — returns error or empty data
- Invalid or missing query parameters — returns 400-level error
- Rate limiting or service degradation — returns timeout or 5xx error
- Facebook page structure changes breaking the scraper — returns malformed or empty data

## 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 Facebook events matching the search criteria, typically including event name, date/time, location, description, event URL, and organizer details for each result.

## Response schema (JSON Schema)

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

## More

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