# RagRadar Grid — Facebook People Search

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

Searches Facebook for people profiles matching a given query string, returning social intelligence data via micropayment-gated REST API.

## Facts

- Endpoint: GET https://scrapis.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-1fa87e2d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__4_wm-dhRQEUhf7Z9IsSR

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-1fa87e2d
```

Example prompt: Search Facebook for people named 'John Smith' and show me the profiles that come up — I'm trying to find someone I went to college with.

## When to prefer this

Use this endpoint when you need to programmatically search for Facebook people profiles by name or keyword, especially in workflows that require social intelligence enrichment, lead research, or identity discovery on Facebook. Prefer this over LinkedIn or Twitter search endpoints when Facebook-specific social data is the target.

## Known failure modes

- Missing or empty `q` query parameter returns empty or error response
- Facebook anti-scraping measures may cause intermittent failures or rate limiting
- Payment failure via x402/USDC results in 402 Payment Required response
- Ambiguous or very common names may return many unrelated profiles
- Service 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

Returns a JSON object with a `data` field containing Facebook people search results matching the query, and a `source` field identifying RagRadar Grid. The exact structure of `data` is dynamic but represents profile-level social information from Facebook's people search.

## 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-1fa87e2d/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)
