# Google Lens Reverse Image Search via x402.orth.sh

> Google Lens Reverse Image Search via x402.orth.sh is a paid API for AI agents from x402.orth.sh, paid per call via x402, $0.006/call, status unknown (last checked 2026-09-13).

Performs a Google Lens reverse image search on a given image URL to identify objects, find visually similar images, and return visual search results.

## Facts

- Endpoint: POST https://x402.orth.sh/serper/lens
- Price: $0.006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/google-lens-reverse-image-search-via-x402-orth-sh-8bb74db7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OhgqCd0D4z1sARgPGENj2

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 google-lens-reverse-image-search-via-x402-orth-sh-8bb74db7 -d '<json body>'
```

Example prompt: Can you do a Google Lens reverse image search on this image — https://example.com/mystery-plant.jpg — and tell me what it is? Search in English for US results and return the top 10 matches.

## When to prefer this

Use this endpoint when you need to identify objects in an image, find visually similar images, or perform a reverse image search using Google Lens capabilities. Prefer this over text-based Google Search when the query is inherently visual. Use instead of Google Images search when you have an image to search by rather than a text query.

## Known failure modes

- Image URL is not publicly accessible or returns a 4xx/5xx error
- Image URL points to an unsupported format
- Rate limiting or quota exceeded on the underlying Serper/Google Lens API
- Invalid country or language code provided
- No visual matches found for the image
- Payment not processed correctly via x402 protocol

## How this service works

Google Lens reverse image search - identify objects, find visually similar images, and get visual search results from an image URL.

## Output

Returns Google Lens visual search results including identified objects, visually similar images, image sources, and related search results for the provided image URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "gl": {
   "type": "string",
   "description": "Country code (e.g. us, uk, de)"
  },
  "hl": {
   "type": "string",
   "description": "Language code (e.g. en, es, fr)"
  },
  "num": {
   "type": "number",
   "description": "Number of results (default 10)"
  },
  "url": {
   "type": "string",
   "description": "Image URL to search (must be publicly accessible)"
  },
  "page": {
   "type": "number",
   "description": "Page number for pagination For later pages of the same logical search, keep non-pagination parameters unchanged and pass top-level parentRequestId from the first Orthogonal /v1/run response."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/google-lens-reverse-image-search-via-x402-orth-sh-8bb74db7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orth.sh](https://www.zero.xyz/host/x402.orth.sh/llms.txt)
