# RagRadar Grid — Facebook Page Intelligence

> RagRadar Grid — Facebook Page 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 Facebook page by page ID, including page metadata and public information

## Facts

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

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-intelligence-b82d95cc
```

Example prompt: Can you pull the Facebook page data for page ID 'CocaCola' using RagRadar Grid and give me the public profile details?

## When to prefer this

Use this endpoint when you need to programmatically retrieve public Facebook page intelligence — such as page metadata, follower counts, or brand presence — and are willing to pay $0.50 USDC per call via x402 micropayments. Prefer this over manual scraping or official Facebook Graph API when you need a simple pay-per-call REST interface without OAuth complexity.

## Known failure modes

- Invalid or non-existent pageId returns empty or error response
- Payment failure via x402/USDC results in 402 Payment Required
- Rate limiting or quota exceeded returns error
- Private or restricted Facebook pages may return no data
- Malformed pageId path parameter causes 400 Bad Request

## 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 Facebook page data sourced from RagRadar Grid, including page metadata and public social intelligence fields wrapped under a 'data' key with source attribution.

## 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-intelligence-b82d95cc/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)
