# RagRadar Grid — Facebook Ads by Page ID

> RagRadar Grid — Facebook Ads by Page ID is a paid API for AI agents from scrpapi.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://scrpapi.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-74ca6a70
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KxLCFIG43xv3f_tG6hnoh

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-74ca6a70
```

Example prompt: Can you pull the Facebook ads intelligence for the page with ID 123456789 — I want to see what ads they're currently running for competitive research?

## When to prefer this

Use this endpoint when you need to programmatically retrieve Facebook ads data for a specific page by its numeric page ID, especially for competitive ad intelligence, brand monitoring, or digital marketing research. Prefer this over manual Facebook Ad Library browsing when you need structured JSON output for automated workflows. Pay-per-call x402 micropayment model suits low-volume spot lookups without subscription commitment.

## Known failure modes

- Invalid or non-existent pageId returns empty data or error
- Facebook page has no active ads — returns empty ads array
- Rate limiting or payment failure via x402 micropayment
- Page is private or restricted — data unavailable
- Malformed pageId path parameter causes 400/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

Returns a JSON object with Facebook ads data for the specified page ID, sourced from RagRadar Grid's scraping infrastructure. The response includes ad creative and advertising intelligence data under a `data` field, attributed to 'RagRadar Grid' as source. Cost is $0.75 USDC per call via x402 micropayment on Base.

## 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-74ca6a70/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)
