# RagRadar Grid — Facebook Page Posts Scraper

> RagRadar Grid — Facebook Page 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).

Retrieves posts from a specified Facebook page by page ID, returning scraped social content data.

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/facebook/page/%7BpageId%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-page-posts-scraper-1cbce620
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t6dRF1yXLTEFfKSqRXk2G

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-page-posts-scraper-1cbce620
```

Example prompt: Can you pull the recent posts from the Facebook page with ID '123456789' so I can see what they've been publishing lately?

## When to prefer this

Use this endpoint when you need to programmatically retrieve post content from a public Facebook page by its page ID, especially in agent workflows that require social intelligence, competitor monitoring, or content aggregation from Facebook without using the official Facebook Graph API. Pay-per-call x402 micropayments make it suitable for low-frequency or on-demand scraping without subscription commitments.

## Known failure modes

- Invalid or nonexistent pageId returns empty data or error
- Private/restricted Facebook pages may return no accessible posts
- Rate limiting or payment failure (x402 USDC micropayment not processed) returns 402
- Malformed pageId path parameter results in 400 or empty response
- Facebook anti-scraping measures may intermittently block data retrieval

## 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 the posts from the specified Facebook page, plus a 'source' field identifying 'RagRadar Grid'. Post details likely include content, timestamps, engagement metrics, and other available post metadata scraped from Facebook.

## 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-page-posts-scraper-1cbce620/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)
