# RagRadar Grid — Facebook Ad Details

> RagRadar Grid — Facebook Ad Details 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-10).

Retrieves detailed intelligence for a specific Facebook ad by its ad ID

## Facts

- Endpoint: GET https://scrapis.ragradar.space/api/grid/facebook/ads/details/%7BadId%7D
- Price: $0.75/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-ad-details-dd596bd2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O81jEmpmrw7g-ZZ37a0Hp

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-ad-details-dd596bd2
```

Example prompt: Pull the full details for Facebook ad ID 23851234567890 — I want to see the creative, targeting, and any available metadata on it.

## When to prefer this

Use this endpoint when you need detailed intelligence on a specific Facebook ad and have its ad ID, particularly for competitive research, ad monitoring, or creative analysis. Choose this over generic Facebook APIs when you need paid third-party scraping that bypasses official API restrictions and returns raw ad details without requiring Facebook developer credentials.

## Known failure modes

- Invalid or non-existent adId returns empty data or error response
- Ad has been deleted or is no longer accessible
- Payment failure via x402/USDC micropayment prevents request from completing
- Rate limiting or quota exhaustion on the underlying data source
- Ad ID format mismatch causing path parameter parsing 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 with a 'data' field containing detailed information about the specified Facebook ad (creative content, targeting parameters, ad metadata) and a 'source' field identifying RagRadar Grid as the data provider.

## 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-ad-details-dd596bd2/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)
