# RagRadar Grid — Facebook Search

> RagRadar Grid — Facebook 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-15).

Search Facebook for social content, pages, posts, or ads intelligence using a keyword query, paid per call via USDC micropayment.

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/facebook/search
- 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-search-5b4f8e20
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qclQlaYv3fjxHArzRzEwr

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-search-5b4f8e20
```

Example prompt: Search Facebook for posts and pages mentioning 'organic coffee brand' and pull back whatever social intelligence you can find on that topic.

## When to prefer this

Use this endpoint when you need to programmatically search Facebook for social content, brand mentions, pages, or ad intelligence without a Facebook developer account or Graph API access. Prefer this over official Facebook APIs when you need broad search coverage outside of what Graph API permits, or when you want pay-per-call micropayment billing via USDC rather than subscription-based access.

## Known failure modes

- Missing or empty 'q' query parameter returns no results or error
- Insufficient USDC balance causes x402 payment failure and request rejection
- Facebook anti-scraping measures may cause partial or empty data responses
- Rate limiting may occur with repeated rapid calls
- Query returns empty data if no Facebook content matches the search term

## 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 search results (pages, posts, or ad data depending on query) and a 'source' field identifying 'RagRadar Grid'. The exact structure of 'data' varies but represents scraped Facebook search intelligence for the given query.

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