# OpenWeb Ninja — Realtime Image Search SERP API (x402)

> OpenWeb Ninja — Realtime Image Search SERP API (x402) 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-15).

Returns real-time image search engine results pages (SERPs) for a given query, payable per call via x402 with no API key required.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-serp-data/images/search
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-realtime-image-search-serp-api-x402-d0102865
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rzrx_648itfuWNl-f8Vs3

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 openweb-ninja-realtime-image-search-serp-api-x402-d0102865
```

Example prompt: Search for images of 'golden gate bridge at sunset' and give me the top results including the image URLs and their source sites.

## When to prefer this

Choose this endpoint when you need real-time image search results without setting up a Google Custom Search API key or paying for a monthly subscription. It is ideal for agents that only occasionally need image SERP data and want pay-per-call pricing ($0.003 USDC). Prefer it over alternatives when operating in a crypto-native or x402-compatible payment environment with no need for account registration.

## Known failure modes

- Missing or malformed query parameter returns an error or empty result set
- Payment failure via x402 if USDC balance is insufficient or wallet not configured
- Rate limiting or temporary unavailability of underlying SERP data source
- Query returns empty results for highly niche or very recent topics
- Network timeout if the real-time scrape takes too long

## 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

A JSON response containing a list of image search results from real-time SERP data, typically including image URLs, thumbnail URLs, titles, source page URLs, and source domain information for the queried keyword.

## 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/openweb-ninja-realtime-image-search-serp-api-x402-d0102865/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)
