# RagRadar Grid — Facebook Search

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

Searches Facebook for social and ads intelligence data using a keyword query, returning structured results via x402 micropayment.

## Facts

- Endpoint: GET https://scrapis.ragradar.space/api/grid/facebook/search
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-grid-facebook-search-29898972
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1h8nhxX36UVbzhToNquH3

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-29898972
```

Example prompt: Search Facebook for 'Nike running shoes' and pull back whatever social and ads intelligence you can find — pages, posts, ads, the works.

## When to prefer this

Use this endpoint when you need to search Facebook for social or advertising intelligence data — brand pages, posts, competitor ads, or public profiles — without using the official Facebook Graph API. Best suited for agents that need quick, pay-per-call access to Facebook search results without managing OAuth or Facebook developer credentials. At $0.50 USDC per call, most appropriate for targeted, high-value queries rather than bulk scraping.

## Known failure modes

- Missing or empty 'q' query parameter returns empty or error response
- Payment not processed (x402 micropayment failure) results in 402 status and no data
- Facebook rate limiting or blocking may result in empty data or error
- Invalid query string may return no results
- Service downtime returns 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 Facebook search results (pages, posts, profiles, ads, or other social data matching the query) and a 'source' field identifying 'RagRadar Grid'. The exact shape of the data object depends on what Facebook returns 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-29898972/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)
