# OpenWebNinja Realtime Lens Data Search

> OpenWebNinja Realtime Lens Data 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-15).

Performs reverse image search (Google Lens-style) by URL, returning visual matches with titles, links, ratings, and image metadata

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-lens-data/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/openwebninja-realtime-lens-data-search-af7cf462
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LawY8QpfzVw-tmUDrQy-P

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-data-search-af7cf462
```

Example prompt: Can you do a reverse image search on this image URL https://example.com/shoe.jpg and find where it appears online, including any product listings with ratings and reviews? Search in the US in English.

## When to prefer this

Use this endpoint when you need to find where a specific image appears on the web, identify products from photos, or discover visually similar content. It is ideal when you have an image URL and want ranked visual matches with source metadata including ratings and reviews. Prefer this over text-based search when the query is inherently visual.

## Known failure modes

- Invalid or inaccessible image URL returns empty results or error
- Rate limiting if called too frequently
- Unsupported image format may return no matches
- Country or language codes not recognized may fall back to defaults
- Network timeout if source image URL is slow to resolve
- Payment failure via x402 protocol blocks the request

## 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 an array of visual matches, each containing the matched page URL, image URL, page title, source domain name, favicon, thumbnail URL and dimensions, full image dimensions, position ranking, and optionally product rating and review count when the matched content is a product listing.

## 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-data-search-af7cf462/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)
