# RagRadar Grid — Facebook Profile Intelligence

> RagRadar Grid — Facebook Profile Intelligence 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-10).

Fetches scraped Facebook profile data for a given profile ID via pay-per-call micropayment

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/facebook/profile/%7BprofileId%7D
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-grid-facebook-profile-intelligence-2cf5f51f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NyjYISR1r-z6YthlXKFOV

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-profile-intelligence-2cf5f51f
```

Example prompt: Pull the Facebook profile data for profile ID 'mark.zuckerberg' and tell me what's publicly available about that account.

## When to prefer this

Use this endpoint when you need to programmatically retrieve Facebook profile data for a specific known profile ID, especially in a pay-per-call context where you want to avoid subscription costs. Prefer this over manual browsing or scraping when you need structured JSON output for downstream processing or enrichment workflows.

## Known failure modes

- Profile ID not found or invalid — returns empty data or error
- Profile is private or restricted — limited or no data returned
- Rate limiting or payment failure — 402 payment required if USDC balance is insufficient
- Profile has been deactivated or removed — no data available
- Malformed profile ID in path parameter — 400 or 404 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 containing scraped Facebook profile data for the requested profile ID, sourced from RagRadar Grid. The 'data' field contains the profile details and 'source' confirms 'RagRadar Grid'. Exact fields depend on what is publicly available on the profile.

## 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-profile-intelligence-2cf5f51f/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)
