# RagRadar Grid — Facebook Video Search

> RagRadar Grid — Facebook Video Search is a paid API for AI agents from scrpapi.ragradar.space, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Search Facebook for videos matching a keyword query, returning social video intelligence data via pay-per-call micropayment.

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/facebook/search/videos
- Price: $0.5/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-video-search-296eb6af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5kK39WB813TVMGjRVjxqM

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-video-search-296eb6af
```

Example prompt: Search Facebook videos for 'electric vehicles' and bring back the results — I want to see what video content is trending on Facebook around that topic.

## When to prefer this

Use this endpoint when you need to programmatically search Facebook for video content by keyword, especially for social media intelligence, brand monitoring, competitive research, or trend analysis on Facebook video. Prefer this over general web search when Facebook-specific video data is required and you are willing to pay $0.50 USDC per call via x402 micropayments on Base.

## Known failure modes

- Missing required 'q' query parameter returns an error or empty results
- Invalid or empty query string may return no data
- Payment failure (insufficient USDC balance or x402 micropayment rejection) blocks the request
- Rate limiting or upstream Facebook scraping blocks may cause failures
- Vague or overly broad queries may return irrelevant video results

## 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 a 'data' field containing Facebook video search results matching the query, and a 'source' field identifying 'RagRadar Grid'. The data object contains video metadata and social intelligence from Facebook's video search.

## 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-video-search-296eb6af/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)
