# RagRadar Grid — Facebook Ads Search

> RagRadar Grid — Facebook Ads Search 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-14).

Search Facebook ads intelligence data by keyword query, returning ad creative and targeting metadata scraped from Facebook's ad library.

## Facts

- Endpoint: GET https://scrapis.ragradar.space/api/grid/facebook/ads/search
- Price: $0.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-grid-facebook-ads-search-7267f9c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rQCfK3owZD3-cDQGuI_eb

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-search-7267f9c4
```

Example prompt: Search Facebook ads for the keyword 'weight loss supplements' and show me what ads are currently running — I want to see what competitors are promoting.

## When to prefer this

Choose this endpoint when you need programmatic access to Facebook ad intelligence without a Meta developer account, and you want to pay per-call via USDC micropayments. Best for competitive ad research, market analysis, or building ad intelligence pipelines where Facebook's official API access is restricted or cumbersome.

## Known failure modes

- Missing required 'q' query parameter returns an error
- Payment not provided or insufficient USDC balance triggers 402 Payment Required
- Facebook ad library rate limits or blocks cause upstream scraping failures
- Keyword returns no results if no active ads match
- Invalid HTTP method (non-GET) returns method not allowed

## 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 ad data sourced from Facebook's ad library, including ad creatives, advertiser details, and related metadata for the queried keyword. The response wraps results in a 'data' object with source attribution to 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-search-7267f9c4/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)
