# RagRadar Grid — Facebook Profile Intelligence

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

Fetches social intelligence data for a Facebook profile by profile ID via a paid REST endpoint

## Facts

- Endpoint: GET https://scrapis.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-8a68f0e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DZKv8cjrGQ1gtFXaEBCTX

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-8a68f0e9
```

Example prompt: Can you pull up the Facebook profile data for profile ID '1234567890' — I want to see what public info is available on that account?

## When to prefer this

Use this endpoint when you need programmatic, on-demand access to Facebook profile intelligence without managing your own scraping infrastructure, and you are comfortable with per-call USDC micropayments via x402. Prefer this over manual research or building custom scrapers when you need quick profile lookups at $0.50 per call.

## Known failure modes

- Invalid or non-existent profileId returns empty data or error
- Profile is private or restricted, returning limited or no data
- Payment failure via x402/USDC results in 402 response and no data returned
- Rate limiting or temporary block from Facebook-side scraping returning 5xx
- Malformed profileId path parameter causes 400 or unexpected response

## 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 public Facebook profile intelligence data for the requested profile ID, sourced from RagRadar Grid's multi-source 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-profile-intelligence-8a68f0e9/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)
