# RagRadar Grid — Facebook Event Lookup

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

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

## Facts

- Endpoint: GET https://scrapis.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-lookup-80abcf24
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bnjFwtyejnQbtbo9mtZ3x

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-lookup-80abcf24
```

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

## When to prefer this

Use this endpoint when you need structured, machine-readable data about a specific Facebook event and have the event ID. Prefer this over manual scraping or Facebook Graph API when you want a pay-per-call model without managing Facebook API credentials. Best for ad-hoc lookups of public event data.

## Known failure modes

- Invalid or non-existent event ID returns empty data or error
- Private or restricted Facebook events may return no data
- Payment failure via x402/USDC micropayment blocks the request
- Rate limiting or quota exhaustion on the provider side
- Stale or cached data if the event was recently updated

## 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

A JSON object containing structured data about the requested Facebook event, sourced from RagRadar Grid. Typically includes event details such as name, description, date/time, location, and other metadata available on the Facebook event page.

## 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-lookup-80abcf24/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scrapis.ragradar.space](https://www.zero.xyz/host/scrapis.ragradar.space/llms.txt)
