# RagRadar Grid — Facebook Group Posts Scraper

> RagRadar Grid — Facebook Group Posts Scraper 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 posts from a specified Facebook group by group ID, returning social content intelligence data.

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/facebook/group/%7BgroupId%7D/posts
- 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-posts-scraper-6e55d8c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aBkb25q5bheggW1mzHbli

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-posts-scraper-6e55d8c1
```

Example prompt: Can you pull all the recent posts from the Facebook group with ID 123456789? I want to see what members have been posting there lately.

## When to prefer this

Use this endpoint when you need to programmatically extract posts from a Facebook group without the Facebook Graph API, especially for market research, competitive intelligence, or community monitoring. Best suited for agents that can handle x402 micropayments in USDC on Base and need one-off or occasional group content pulls at $0.50 per call.

## Known failure modes

- Invalid or non-existent groupId returns empty data or error
- Private/closed groups may not be accessible and return no results
- Rate limiting or payment failure via x402 micropayment may block the request
- Malformed groupId path parameter returns a 400-level error
- Facebook anti-scraping measures may cause intermittent 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

Returns a JSON object with a 'data' field containing the posts from the specified Facebook group 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-group-posts-scraper-6e55d8c1/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)
