# RagRadar Grid — Facebook Post Search

> RagRadar Grid — Facebook Post Search 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-14).

Search Facebook posts by keyword query and retrieve social intelligence data via pay-per-call REST API

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/facebook/search/posts
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-grid-facebook-post-search-dd0feec4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cvrxZoq1tWmpCjnN-Qgc0

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-search-dd0feec4
```

Example prompt: Search Facebook posts mentioning 'electric vehicles' and show me what people are publicly saying about them — pull recent posts using the RagRadar Grid Facebook post search.

## When to prefer this

Use this endpoint when you need to search and retrieve public Facebook post data programmatically without direct Facebook API access, especially when you need social listening intelligence, brand monitoring, or market research on what users are posting publicly. Suitable when you want pay-per-call pricing with no subscription commitment via x402 USDC micropayments.

## Known failure modes

- Missing required 'q' query parameter returns error or empty results
- Payment not processed (402 response) if USDC micropayment via x402 fails
- Rate limiting if too many calls are made in quick succession
- Empty results if query matches no public Facebook posts
- Malformed query string causes unexpected behavior
- Network timeout on the scraping backend

## 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 a 'data' field containing Facebook post results matching the query, and a 'source' field identifying 'RagRadar Grid'. The data object likely includes post content, metadata, and engagement information for publicly accessible Facebook posts matching the search term.

## 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-search-dd0feec4/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)
