# RagRadar Grid — Facebook Group Posts Scraper

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

## Facts

- Endpoint: GET https://scrapis.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-1dcd158f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YDwBDwTfmdEqeOx8XYQzu

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-1dcd158f
```

Example prompt: Can you pull the recent posts from Facebook group 1234567890 so I can see what members are discussing?

## When to prefer this

Use this endpoint when you need to programmatically retrieve posts from a Facebook group by its group ID, especially for social intelligence, market research, or monitoring community discussions, and you are comfortable with pay-per-call micropayment billing via USDC on Base.

## Known failure modes

- Invalid or non-existent groupId returns empty data or error
- Private/closed Facebook group may not return posts
- Rate limiting or quota exhaustion may return 429 errors
- Payment failure via x402 micropayment may block the call
- Network timeout if group has high volume of posts

## 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 posts from the specified Facebook group, along with a 'source' field identifying RagRadar Grid as the data 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-1dcd158f/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)
