# RagRadar Grid — Facebook Event Search

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

Searches Facebook for public events matching a query string, returning social event intelligence data via x402 micropayment.

## Facts

- Endpoint: GET https://scrapis.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-37f05cf8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AL-qUlY8QKhm1AknA9L9x

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-37f05cf8
```

Example prompt: Search Facebook events for 'startup networking' and show me what comes up — I want to see public event listings matching that topic.

## When to prefer this

Use this endpoint when you need programmatic access to Facebook public event data without a Facebook API key or developer account, particularly for social intelligence, event discovery, or market research use cases. Prefer this over manual browsing or official Facebook Graph API when you need pay-per-call pricing with no subscription commitment.

## Known failure modes

- Missing or empty 'q' query parameter returns empty or generic results
- Facebook anti-scraping measures may cause intermittent failures or empty data
- Payment failure (insufficient USDC balance) returns HTTP 402 and no data
- Rate limiting may occur if called too frequently
- Query too broad may return overwhelming or irrelevant event listings

## 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 with a 'data' field containing Facebook event search results (event names, dates, locations, descriptions, and other metadata) and a 'source' field identifying RagRadar Grid as the provider.

## 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-37f05cf8/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)
