# RagRadar Grid — Facebook Ad Details

> RagRadar Grid — Facebook Ad Details is a paid API for AI agents from grid.ragradar.space, paid per call via x402, $0.75/call, status unknown (last checked 2026-09-15).

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

## Facts

- Endpoint: GET https://grid.ragradar.space/api/grid/facebook/ads/details/%7BadId%7D
- Price: $0.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-grid-facebook-ad-details-ef06d314
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0RuYYuGN3ASHSRk9PRqbu

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-ef06d314
```

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

## When to prefer this

Choose this endpoint when you need detailed intelligence on a specific Facebook ad and already have its ad ID. Useful for competitive ad research, creative analysis, or auditing ad campaigns. Best when you need structured data about a single ad rather than searching or browsing ads broadly.

## Known failure modes

- Invalid or nonexistent ad ID returns empty data or error
- Ad ID no longer active or accessible may return no results
- Payment failure via x402 micropayment prevents request from completing
- Rate limits or quota exhaustion may block repeated calls
- Malformed ad ID path parameter causes 400 or routing 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 detailed data about the specified Facebook ad, including available fields such as creative content, targeting parameters, and ad metadata sourced via RagRadar Grid's multi-source intelligence pipeline.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "adId": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## 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-ef06d314/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from grid.ragradar.space](https://www.zero.xyz/host/grid.ragradar.space/llms.txt)
