# RagRadar Grid — Facebook Page Intelligence

> RagRadar Grid — Facebook Page Intelligence is a paid API for AI agents from grid.ragradar.space, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Retrieves social intelligence data for a specific Facebook page by page ID

## Facts

- Endpoint: GET https://grid.ragradar.space/api/grid/facebook/page/%7BpageId%7D
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-grid-facebook-page-intelligence-b4c634f5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wq89hhpEPhNj3rTgBwN9P

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

Example prompt: Pull up the RagRadar Grid intelligence report for the Facebook page with ID '123456789' — I want to see what social data is available for it.

## When to prefer this

Use this endpoint when you need structured social intelligence data for a specific Facebook page and have a known page ID. Prefer this over manual scraping or Facebook Graph API when you want a paid, aggregated intelligence feed via x402 micropayments on Base (USDC).

## Known failure modes

- Invalid or non-existent pageId returns empty data or error
- Payment failure (x402 USDC on Base) causes 402 response and no data returned
- Rate limiting or quota exceeded returns an error response
- Malformed pageId path parameter causes a 400 or 404 error

## 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 containing social intelligence data for the specified Facebook page, sourced from RagRadar Grid. The response includes a 'data' object with page details and metrics, and a 'source' field confirming 'RagRadar Grid'.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "pageId": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## 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-b4c634f5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from grid.ragradar.space](https://www.zero.xyz/host/grid.ragradar.space/llms.txt)
