# RagRadar Grid — Facebook Post Data

> RagRadar Grid — Facebook Post Data 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 data and metadata for a specific Facebook post by post ID, paid per call via USDC micropayment.

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/facebook/post/%7BpostId%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-post-intelligence-55089f9d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bEknLsq3lbG_Wfm2EcVLL

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-post-intelligence-55089f9d
```

Example prompt: Pull the full data and engagement details for Facebook post ID 123456789012345 from RagRadar Grid — I want to see the content, likes, comments, and any other metadata available for that specific post.

## When to prefer this

Use this endpoint when you need structured data for a specific Facebook post by ID and want a pay-per-call micropayment model (USDC on Base) rather than a subscription. Best when you need occasional, on-demand Facebook post lookups without committing to a monthly plan.

## Known failure modes

- Invalid or non-existent postId returns empty or error data
- Post is private or access-restricted, returning no data
- Payment not processed correctly leading to 402 response
- Rate limiting or quota exceeded for the micropayment plan
- Malformed postId parameter causing a bad request 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 with a 'data' field containing the Facebook post's details (content, engagement metrics, metadata, etc.) and a 'source' field identifying the RagRadar Grid as the origin.

## 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-post-intelligence-55089f9d/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)
