# RagRadar Grid — Facebook People Search

> RagRadar Grid — Facebook People 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 user profiles by query string via RagRadar's multi-source intelligence grid

## Facts

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

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-people-search-df2ef6be
```

Example prompt: Search Facebook for people named 'John Smith' using RagRadar and give me the profile results.

## When to prefer this

Use this endpoint when you need to search for Facebook user profiles by name or keyword via a pay-per-call REST API without managing Facebook API credentials. Prefer this over direct Facebook API access when you need quick people lookups without OAuth setup, or when Facebook's official API doesn't expose public people search.

## Known failure modes

- Missing or empty `q` query parameter returns no results or an error
- Payment failure (insufficient USDC balance) results in HTTP 402 rejection
- Facebook rate limiting or anti-scraping measures may cause incomplete or empty results
- Invalid or malformed query string may return empty data
- Endpoint may return stale or cached data depending on scraping freshness

## 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 people search results and a `source` field identifying 'RagRadar Grid'. The exact structure of profile data (names, profile links, photos, etc.) is not fully specified in the schema.

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