# RagRadar Grid — Facebook Video Search

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

Searches Facebook for videos matching a query, returning social video intelligence data via pay-per-call REST API.

## Facts

- Endpoint: GET https://scrapis.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-036f2407
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ql4kFyy-17BbZ_4A2_xwh

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-036f2407
```

Example prompt: Search Facebook videos for 'electric vehicle reviews 2024' and show me what's trending — I want to see what content is getting shared around EV brands.

## When to prefer this

Use this endpoint when you need programmatic access to Facebook video search results without managing Facebook's own API credentials or OAuth flows. Ideal for market research, social listening, competitive intelligence, or content discovery on Facebook videos, paid per call with USDC micropayments so no subscription commitment is required.

## Known failure modes

- Missing required 'q' query parameter returns an error or empty results
- Rate limiting or payment failure via x402 micropayment protocol blocks the call
- Facebook data unavailability or scraping restrictions may return empty or partial data
- Invalid or overly broad query may return low-quality or irrelevant results
- Network timeout if the upstream Facebook scraping layer is slow

## 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, along with a 'source' field identifying RagRadar Grid as the provider. The data object likely includes video metadata such as titles, URLs, engagement metrics, and post details.

## 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-036f2407/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)
