# RagRadar Grid — Facebook Group Intelligence

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

## Facts

- Endpoint: GET https://scrpapi.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-4784788e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u2GSZHX9zg89mG4OT2_4J

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-4784788e
```

Example prompt: Pull the social intelligence data for Facebook group ID 123456789 — I want to see details like membership, activity, and any available metadata about that group.

## When to prefer this

Use this endpoint when you need structured intelligence about a specific Facebook group and have the group ID available. It is best suited for competitive research, community analysis, or social monitoring tasks where Facebook group-level data is required and you are comfortable with per-call USDC micropayment pricing.

## Known failure modes

- Invalid or non-existent groupId returns empty data or error object
- Private or restricted Facebook groups may return limited or no data
- Payment failure via x402/USDC results in 402 Payment Required response
- Rate limiting may occur if called excessively
- Malformed groupId path parameter returns 400 or 404 error

## 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 social intelligence data about the specified Facebook group, sourced from RagRadar Grid. The 'data' field contains group-level details (membership, description, activity, etc.) and a 'source' field confirming '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-4784788e/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)
