# OpenWebNinja Realtime Lens Exact Image Match Search

> OpenWebNinja Realtime Lens Exact Image Match 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-13).

Finds web pages that contain an exact match of a given image URL, returning source pages, metadata, and image dimensions

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-lens-data/exact-matches
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openwebninja-realtime-lens-exact-image-match-search-c63070de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qZtgBcXmmPkUX5HoRMTr1

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-realtime-lens-exact-image-match-search-c63070de
```

Example prompt: Can you find all the websites that are using this exact image — https://example.com/my-photo.jpg — and show me up to 50 results with safe search on blur mode?

## When to prefer this

Use this endpoint when you need to find exact pixel-level matches of a specific image across the web, such as tracking unauthorized image reuse, verifying image provenance, or discovering all pages hosting a particular photo. Prefer this over general web search when the query is image-URL-based rather than text-based, and when exact match (not similar images) is required.

## Known failure modes

- Image URL is inaccessible or returns non-image content — no results returned
- URL parameter missing — request rejected with validation error
- limit parameter out of range (must be 1–500) — validation error
- Image has no indexed exact matches — empty data array returned
- Safe search parameter uses invalid enum value — validation error
- Service temporarily unavailable — upstream fetch or index error

## 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 list of web pages containing an exact match of the queried image, each with the page title, canonical URL, domain, favicon URL, direct image URL, image width and height in pixels, and a relative publication date. Also includes the request parameters echo and a unique request ID.

## 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-realtime-lens-exact-image-match-search-c63070de/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)
