# RagRadar Grid — Facebook Page Search

> RagRadar Grid — Facebook Page 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 for Facebook pages by keyword query and return matching page data via paid REST API

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/facebook/search/pages
- 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-page-search-53ea0913
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hnrQtUL-0pdWnbEGKBbhe

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-search-53ea0913
```

Example prompt: Search Facebook pages for 'organic coffee' and show me what pages come up — I want to see what brands and communities are out there in that niche.

## When to prefer this

Use this endpoint when you need to search and discover Facebook pages by keyword or topic, especially for competitive intelligence, brand research, or social media landscape mapping. Prefer this over manual Facebook search when you need programmatic access to page listings and are willing to pay per call via USDC micropayments.

## Known failure modes

- Missing or empty query parameter returns no results or an error
- Payment not processed (x402 micropayment failure) blocks the response
- Rate limiting or scraping blocks from Facebook may return empty or partial data
- Invalid query string format may return an error
- Network timeout on the scraping backend returns a 5xx 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 matching Facebook pages and their metadata, sourced from RagRadar Grid's scraping infrastructure.

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