# RagRadar Grid — Facebook Event Search

> RagRadar Grid — Facebook Event Search 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-14).

Searches Facebook for events matching a query string, returning scraped event data via micropayment-gated REST API

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/facebook/search/events
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-grid-facebook-event-search-ae26a352
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hhIN8TeeiWDhsm84jRVvg

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-search-ae26a352
```

Example prompt: Search Facebook events for 'tech conference San Francisco' and show me what comes up — I want to see what public events are being listed there.

## When to prefer this

Use this endpoint when you need programmatic access to Facebook event search results without the official Facebook Graph API, particularly when you want to discover public events by keyword and can pay $0.50 USDC per call via x402 micropayments on Base.

## Known failure modes

- Empty or missing 'q' query parameter returns no meaningful results
- Facebook anti-scraping measures may cause intermittent failures or incomplete data
- Rate limits or payment failures via x402 micropayment return 402 Payment Required
- Facebook UI changes may break scraping and return malformed or empty data objects
- Query terms with no matching Facebook events return empty data payload

## 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 scraped Facebook event search results matching the query, sourced from RagRadar Grid, including event data fields as available from the Facebook events search 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-search-ae26a352/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)
