# RagRadar Grid — Facebook Group Intelligence

> RagRadar Grid — Facebook Group Intelligence 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 scraped intelligence data for a specific Facebook group by group ID

## Facts

- Endpoint: GET https://scrapis.ragradar.space/api/grid/facebook/group/%7BgroupId%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-group-intelligence-72b8fc55
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QKmaP-fh4DEiDvAu3iS9G

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-group-intelligence-72b8fc55
```

Example prompt: Pull the RagRadar Grid intelligence report on Facebook group ID 123456789 — I need the group details, membership signals, and any available activity data.

## When to prefer this

Use this endpoint when you need programmatic, pay-per-call access to Facebook group intelligence without maintaining your own scraping infrastructure. Prefer this over manual browsing or building custom scrapers when you need structured group data quickly and are comfortable paying $0.50 USDC per lookup via x402 micropayments.

## Known failure modes

- Invalid or non-existent group ID returns empty or error data
- Private or restricted Facebook groups may return no accessible data
- Payment failure (insufficient USDC) blocks the request
- Rate limiting if too many calls are made in quick succession
- Facebook platform changes may cause scraping failures or stale data

## 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 scraped Facebook group intelligence (membership, activity, metadata, etc.) 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-group-intelligence-72b8fc55/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)
