# RagRadar Grid — Facebook Post Comments Fetcher

> RagRadar Grid — Facebook Post Comments Fetcher 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 comments on a specific Facebook post by post ID via paid REST API

## Facts

- Endpoint: GET https://scrapis.ragradar.space/api/grid/facebook/post/%7BpostId%7D/comments
- 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-comments-fetcher-d7271946
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Uty8SgufUF2w-Fwk0W-uZ

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-comments-fetcher-d7271946
```

Example prompt: Can you pull all the comments from Facebook post ID 1234567890123456 so I can see what people are saying about it?

## When to prefer this

Use this endpoint when you need to programmatically retrieve comments from a specific Facebook post and are willing to pay $0.50 USDC per call. Prefer this over manual scraping or Facebook's official Graph API when you need a pay-per-use model with no subscription, or when you need to access posts that might be difficult to retrieve through official channels.

## Known failure modes

- Invalid or non-existent postId returns empty data or error
- Private or restricted Facebook post may return no comments
- Payment failure via x402/USDC results in 402 response and no data
- Rate limiting or scraping blocks may cause intermittent failures
- Malformed postId path parameter returns 400 or empty response

## 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 containing comment data for the specified Facebook post, sourced from RagRadar Grid's scraping infrastructure. The response includes a 'data' field with comment details and a 'source' field confirming 'RagRadar Grid'.

## 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-comments-fetcher-d7271946/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)
