# RagRadar Grid — Facebook Ads by Page ID

> RagRadar Grid — Facebook Ads by Page ID is a paid API for AI agents from scrapis.ragradar.space, paid per call via x402, $0.75/call, status unknown (last checked 2026-09-11).

Retrieves Facebook ads intelligence data for a specific Facebook page by its page ID

## Facts

- Endpoint: GET https://scrapis.ragradar.space/api/grid/facebook/ads/page/%7BpageId%7D
- Price: $0.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-11
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-grid-facebook-ads-by-page-id-8537ff44
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XC8kbeq6rPfXK7Y6Hzefb

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-ads-by-page-id-8537ff44
```

Example prompt: Pull the Facebook ads intelligence for the page ID '123456789101112' — I want to see what ads that brand is currently running on Facebook.

## When to prefer this

Use this endpoint when you need to retrieve Facebook advertising intelligence for a specific known page ID, especially for competitive ad research, brand monitoring, or marketing analysis. Prefer this over scraping tools when you need structured, pay-per-call access to Facebook ad data without managing API credentials or Facebook's own API restrictions.

## Known failure modes

- Invalid or non-existent pageId returns empty data or error
- Payment failure via x402/USDC results in 402 response and no data returned
- Rate limiting or API quota exceeded returns 429 or error response
- Private or restricted Facebook pages may return no ad data
- Malformed pageId path parameter causes 400 or 404 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

Returns a JSON object with Facebook ads data sourced from RagRadar Grid for the specified page, including ad creatives, targeting, and related ad intelligence metadata under a 'data' key with 'source' field confirming 'RagRadar Grid'.

## 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-ads-by-page-id-8537ff44/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)
