# RagRadar Grid — Facebook Event Intelligence

> RagRadar Grid — Facebook Event Intelligence is a paid API for AI agents from scrpapi.ragradar.space, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-11).

Fetches detailed intelligence data for a specific Facebook event by event ID

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/facebook/event/%7BeventId%7D
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-11
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-grid-facebook-event-intelligence-e037a096
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Pe4YzBnzTet9Z0gxRmMDU

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 ragradar-grid-facebook-event-intelligence-e037a096
```

Example prompt: Can you pull the details for Facebook event ID 1234567890 — I need the event name, date, location, and description?

## When to prefer this

Use this endpoint when you need to programmatically retrieve Facebook event details — such as name, date, location, or description — for a specific event by its ID, without relying on the official Facebook Graph API. Ideal for social intelligence, competitive research, event monitoring, or aggregating event data at scale via micropayment-based access.

## Known failure modes

- Invalid or non-existent event ID returns empty data or error
- Private Facebook events may not be accessible, returning no data
- Payment failure via x402/USDC results in 402 Payment Required
- Rate limiting may occur if too many calls are made in succession
- Event ID format mismatch causes request to fail

## How this service works

37 paid REST endpoints: Facebook social & ads intelligence, Amazon e-commerce data, job market intelligence. Pay per call via x402 micropayments (USDC on Base).

## Output

Returns a JSON object with event data sourced from Facebook for the given event ID, wrapped in a RagRadar Grid response envelope with a 'data' field containing the event details and a 'source' field identifying RagRadar Grid.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "source": "RagRadar Grid"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-grid-facebook-event-intelligence-e037a096/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scrpapi.ragradar.space](https://www.zero.xyz/host/scrpapi.ragradar.space/llms.txt)
