# OpenWebNinja AI Overviews Search

> OpenWebNinja AI Overviews Search is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Searches Google and returns whether AI Overviews (AI-generated answer summaries) appeared in the search results for a given query

## Facts

- Endpoint: GET https://x402.openwebninja.com/ai-overviews/ai-overviews
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openwebninja-ai-overviews-search-c2e1518b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Cq9B4yi4yRP0zXcL_0ExG

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 openwebninja-ai-overviews-search-c2e1518b
```

Example prompt: Search Google for 'best running shoes for flat feet' in the US in English and tell me whether an AI Overview appeared in the search results.

## When to prefer this

Use this endpoint when you need to determine programmatically whether a specific Google search query triggers an AI Overview (AI-generated summary box). Ideal for SEO professionals, marketers, and researchers tracking which keywords are dominated by Google's generative AI feature, or for monitoring shifts in SERP features over time.

## Known failure modes

- Missing required 'q' query parameter returns validation error
- Invalid or unsupported 'gl' or 'hl' locale codes may return unexpected results
- Google may not return AI Overviews for queries that are too ambiguous or low-volume
- Rate limiting or payment failure (x402) results in 402 Payment Required
- Network timeouts from upstream Google search requests

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns a JSON object indicating whether AI Overviews were present in the Google search results (search_returned_ai_overviews: true/false), along with a status string and a unique request ID for the call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openwebninja-ai-overviews-search-c2e1518b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
