# RagRadar Grid — Facebook Page Posts

> RagRadar Grid — Facebook Page Posts 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 recent posts from a specified Facebook page using scraped intelligence data

## Facts

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

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-bc98a7f9
```

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

## When to prefer this

Use this endpoint when you need to programmatically retrieve Facebook page post history without OAuth access to the Facebook Graph API, particularly for competitive intelligence, social listening, or monitoring brand activity on Facebook pages you don't own. Ideal for agents operating via x402 micropayments on Base/USDC.

## Known failure modes

- Invalid or non-existent pageId returns empty data or error
- Private or restricted Facebook pages may not return results
- Rate limits or payment failures via x402 micropayment may block the request
- Malformed pageId path parameter causes 4xx error
- Stale or cached data may not reflect the very latest 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 scraped post data from the specified Facebook page, including post content, metadata, and engagement signals, sourced from RagRadar Grid's intelligence layer.

## 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-bc98a7f9/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)
